Ema/lwma cross

 

Has anyone got an EMA/LWMA CROS with and alert/no alert built into it, can you please post it.

 
forextrend:
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

Reason: