Provides data for the Recalculate() method of Indicator
Inheritance Hierarchy
GF.Clients.Charts.TimeSeries.IndicatorsRecalculateArg
Namespace: GF.Clients.Charts.TimeSeries.Indicators
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
The RecalculateArg type exposes the following members.
Constructors
Properties
Name | Description | |
---|---|---|
![]() | Close |
Series of Close prices
|
![]() | Context | |
![]() | End |
The end point of calculation + 1
|
![]() | High |
Series of High prices
|
![]() | Input |
Input data
|
![]() | Low |
Series of Low prices
|
![]() | Mode |
Mode of data changes
|
![]() | Open |
Series of Open prices
|
![]() | RArray |
Array of results that should be filled out by Recalculate method
|
![]() | Result |
Series of results that should be filled out by Recalculate method. Can be used instead of RArray in single series indicators
|
![]() | Start |
The first point of calculation
|
![]() | Stock |
Corresponding historical contract data (OHLCV)
|
![]() | Volume |
Series of Volumes
|
Methods
Name | Description | |
---|---|---|
![]() | Apply(ISeriesArray) |
Applies the specified array of data to RArray |
![]() | Apply(Series) |
Applies the specified series of data to Result |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Overrides ObjectToString.) |
See Also