I need a very simple mt4 indicator. Mainly to spot volatility on M1 chart.
Chart = M1 candle stick.
C = previous close on m1 chart.
X = variable. should be manually able to set. range 5 pips to 30
when the current price moves more than X pips Up or down, it should sound an alert. i.e. C-L> X or H-C > X then it should put a small star or arrow on chart and do a sound alert. It should not wait for M1 candle to complete. As soon as price goes X pips above or below previous close, it should alert.
I play by daily movement range of currency. e.g. EURUSD moves 120 pips daily. so when it moves more than 10 pips in a M1 chart, something is happening.
I trade it in completely discretionary style. no rules to long or short. But this indicator will help me to alert during volatility Action time.
I need to add sound/alert on this volatility breakout indicator. My attempt to add playsound() or alert() resulted in sounds with every tick.
anybody out there who can help me to add just sound to this indicator please?