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
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
Lines¶
Summary
Gets the IReadonlyList of indicator output lines.
Signature
1 |
|
Return Value
IReadonlyList