Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Is there an ema cross alert indicator, with audio or pop up?
what i am trying to do, is i trade on the 15min chart, and i would like to get an alert that will alert me whenever an ema cross on the 15 min chart, on any pair that i have its chart open.
Is there an ema cross alert indicator, with audio or pop up?
what i am trying to do, is i trade on the 15min chart, and i would like to get an alert that will alert me whenever an ema cross on the 15 min chart, on any pair that i have its chart open.
Thanks
There is thread about ema/wma/ma/lwma cross Cross!
There is one indicator (wma_cross) with alert where you can choose the folowing:
Code:
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