Hi all,
I’ve found several EMA Crossover EA’s, but all of them are based on the open/close/high/low/… price for calculation (0=close, 1=open, 2=high, 3=low, 4=median(high+low)/2, 5=typical(high+low+close)/3, 6=weighted(high+low+close+close)/4)
I would like to have an EA that gives me an alert (sound and/or email) at the exact moment the ema crossover happens. I know this could result in many Alerts during one bar, but it’s up to me to decide to open a position or not.
A better version of this EA would give me only an Alert after:
- the moment the crossover happens (current price is XYZ)
AND - the price went 1 (or 2 or 3 or …) pip higher/lower than price XYZ
This will result in less Alerts during one bar, but writing such an EA is a lot more difficult I guess?
Does such EA’s exist?
All help appreciated.