Hide Comments
Hide Comments

Comments (0)

expandingMethods

 

Name

Description

public methodClass member

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.
 

public methodClass member

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.

public methodClass member

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.

public methodClass member

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.

public methodClass member

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.

noteNote

If the TargetChart is not a TRSCandleStickChart, the Open and Close values are ignored.

public methodClass member

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.

public methodClass member

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.

protected method

SetFunction

Represents method SetFunction. (Overrides FMX.RS.ChartFunction.TRSFMXCustomChartFunction.SetFunction.)

Top

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb