void CBCGPChartRSIFormula::SetRSIType | ( | RSIType | rsiType, |
BOOL | bGenerateDataPoints = TRUE |
||
) |
Call this method to set a new RSI type.
The data points in the output series are recalculated automatically if the new type differs from the current type.
rsiType can be one of the following enumerated values:
rsiType | Specifies the new RSI type. |
bGenerateDataPoints | TRUE - recalculate output data points immediately. |