|
extern int ShortPeriod = 5;
extern int ShortPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma
extern int BigPeriod = 50;
extern int BigPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma
extern int ExitPeriod = 20;
extern int ExitPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma
I got this, do i just change the 5 to 8 .
Will this give me an alert when the 8 ema crosses the 50 ema. And then when the 8 ema crosses the 20 or 21 ema?
What type of alert is it, popup, noise, email or what?
|