BCGControlBar Pro for MFC
CBCGPChartRSIFormula::CBCGPChartRSIFormula ( RSIType  rsiType = RSI_SIMPLE,
int  nPeriod = 14 
)
inline

Constructs an RSI formula object.

The constructor.

rsiType can be one of the following values:

  • RSI_SIMPLE
  • RSI_EXPONENTIAL
  • RSI_SMOOTHED
Parameters
rsiTypeSpecifies RSI type.
nPeriodSpecifies RSI period.