forextrend:
Has anyone got an EMA/LWMA CROS with and alert/no alert built into it, can you please post it.
Has anyone got an EMA/LWMA CROS with and alert/no alert built into it, can you please post it.
please go through bunnygirl indicator and fx10 indicator because these indicators are based in ema/wma cross.
regards,
k.n.v.
MA cross indicators are here. Perhaps you need wma_cross1 indicator:
UseSound = True;
TypeChart = True;
NameFileSound = "alert.wav";
ShortPeriod = 5;
ShortPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma
BigPeriod = 50;
BigPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma
ExitPeriod = 20;
ExitPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Has anyone got an EMA/LWMA CROS with and alert/no alert built into it, can you please post it.