ChartIndicator
Summary
The interface representing an indicator attached to a chart.Provides properties that allow for accessing various information about an indicator.
Signature
1 | |
Namespace
cAlgo.API
Examples
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
1 2 3 4 5 6 7 8 9 10 | |
See Also
Properties
Name
Summary
Gets the name of an indicator.
Signature
1 | |
Return Value
string
InstanceId
Summary
Gets the ID of a specific indicator instance.
Signature
1 | |
Return Value
string
PanelIndex
Summary
Gets or sets the index of the panel on which an indicator is displayed.
Signature
1 | |
Return Value
int
Type
Summary
Gets the IndicatorType of an indicator.
Signature
1 | |
Return Value
IndicatorType
Parameters
Summary
Gets the collection of indicator parameters.
Signature
1 | |
Return Value
AlgoInstanceParameters
LineOutputs
Summary
Gets the IReadonlyList of indicator output lines.
Signature
1 | |
Return Value
IReadonlyList
BarOutputs
Summary
Gets the IReadonlyList of indicator bar outputs.
Signature
1 | |
Return Value
IReadonlyList