void CBCGPChartMACDFormula::SetPeriods | ( | int | nFastEMAPeriod = 12 , |
int | nSlowEMAPeriod = 26 , |
||
BOOL | bGeneratePoints = FALSE |
||
) |
Sets slow and fast EMA periods.
nFastEMAPeriod | Specifies fast EMA period. |
nSlowEMAPeriod | Specifies slow EMA period. |
bGeneratePoints | TRUE - generates formula data points according to the new periods. |