|
Name
|
Description
|
|
AddValue(TRSCustomChart,TRSChartValueType[])
|
Overloaded. Adds an array of values to the Target Chart. Values order is assumed to be TimeStamp, High, Low, Average, Close, Open.
|
|
HighLow(TRSCustomChart,TRSCustomChart,Integer,Integer,TDateTime,Integer,Integer)
|
Calculates the High and Low (Maximum and Minimum) of all values from IndexLow to IndexHigh in the SourceChart and adds the high and low to the TargetChart. The new TargetChart value includes the TimeStamp.
|
|
HighLowAverage(TRSCustomChart,TRSCustomChart,Integer,Integer,TDateTime,Integer,Integer)
|
Calculates the High and Low (Maximum and Minimum) and the Average of all values from IndexLow to IndexHigh in the SourceChart and adds the high. low, and Average to the TargetChart. The new TargetChart value includes the TimeStamp.
|
|
HighLowAverageOpenClose(TRSChartValueTypeArray)
|
Overloaded. Calculates the High and Low (Maximum and Minimum), Average, Open, and Close of all values from the input Data array and returns the metadata in an array. The results order is High, Low, Average, Close, Open.
|
|
HighLowAverageOpenClose(TRSCustomChart,TRSCustomChart,Integer,Integer,TDateTime,Integer,Integer)
|
Overloaded. Calculates the High and Low (Maximum and Minimum), Average, Open, and Close of all values from IndexLow to IndexHigh in the SourceChart and adds them to the TargetChart. The new TargetChart value includes the TimeStamp.
Note
|
If the TargetChart is not a TRSCandleStickChart, the Open and Close values are ignored.
|
|
|
HighLowMedian(TRSCustomChart,TRSCustomChart,Integer,Integer,TDateTime,Integer,Integer)
|
Calculates the High and Low (Maximum and Minimum) and Median of all values from IndexLow to IndexHigh in the SourceChart and adds the values to the TargetChart. The new TargetChart value includes the TimeStamp.
|
|
MeanStdDev(TRSCustomChart,TRSCustomChart,Integer,Integer,TDateTime,Integer,Integer)
|
Calculates the Mean and Standard Deviation for all the values from IndexLow to IndexHigh in the SourceChart and adds the high and low to the TargetChart. The new TargetChart value includes the TimeStamp.
|
|
SetFunction
|
Represents method SetFunction. (Overrides FMX.RS.ChartFunction.TRSFMXCustomChartFunction.SetFunction.)
|
Top
|