RecalculateArg Class

GF Charts Help
Provides data for the Recalculate() method of Indicator
Inheritance Hierarchy

SystemObject
  GF.Clients.Charts.TimeSeries.IndicatorsRecalculateArg

Namespace:  GF.Clients.Charts.TimeSeries.Indicators
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public class RecalculateArg

The RecalculateArg type exposes the following members.

Constructors

  NameDescription
Public methodRecalculateArg(RecalculateArg, Int32, Int32)
Public methodRecalculateArg(Series, ISeriesArray, StockArray, Int32, Int32, DataChangedMode)
Public methodRecalculateArg(Series, Series, StockArray, Int32, Int32, DataChangedMode)
Public methodRecalculateArg(Series, ISeriesArray, StockArray, Int32, Int32, DataChangedMode, CustomIndicatorInternal)
Public methodRecalculateArg(Series, Series, StockArray, Int32, Int32, DataChangedMode, CustomIndicatorInternal)
Top
Properties

  NameDescription
Public propertyClose
Series of Close prices
Public propertyContext
Public propertyEnd
The end point of calculation + 1
Public propertyHigh
Series of High prices
Public propertyInput
Input data
Public propertyLow
Series of Low prices
Public propertyMode
Mode of data changes
Public propertyOpen
Series of Open prices
Public propertyRArray
Array of results that should be filled out by Recalculate method
Public propertyResult
Series of results that should be filled out by Recalculate method. Can be used instead of RArray in single series indicators
Public propertyStart
The first point of calculation
Public propertyStock
Corresponding historical contract data (OHLCV)
Public propertyVolume
Series of Volumes
Top
Methods

  NameDescription
Public methodApply(ISeriesArray)
Applies the specified array of data to RArray
Public methodApply(Series)
Applies the specified series of data to Result
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference