Indicator¶
Summary¶
Base class for Indicators.
Remarks¶
Contains all necessary market information, provides access to built-in indicators and provides framework for convenient indicators' creation.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Methods¶
Name | Description |
---|---|
Calculate | Calculate the value(s) of indicator for the given index. |
ToString | The name of the indicator derived class. |
Properties¶
Name | Description |
---|---|
IsRealTime { get; } | |
IsLastBar { get; } | Returns true, if Calculate is invoked for the last bar |
IndicatorArea { get; } | Defines the area where the indicator is placed. |
Account { get; } | Contains information of the current account. |
Examples¶
1 2 3 4 5 6 |
|
1 2 3 4 5 6 |
|
1 2 3 4 5 6 7 8 9 |
|
1 2 3 4 5 6 7 8 9 |
|
Last update: January 27, 2023