- xop32: I am tryingThat's not a try. You haven't stated a problem. Show us your attempt (using CODE button) and state the nature of your problem.
int OnCalculate(...){ return(rates_total); }
No free help
urgent help. #property indicator_chart_window : SetIndexBuffer(0,audcad,INDICATOR_DATA); SetIndexBuffer(1,audchf,INDICATOR_DATA); SetIndexBuffer(2,audjpy,INDICATOR_DATA); :
What are you going to draw on the main chart when your data is from other symbols?

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
I am trying to create a alert indicator that is attached to a chart, say EURUSD, and will monitor multiple timeframes and charts, and it will create alerts when large candle sizes occur
for instance say a current candle on eurusd, has a big spike in volume and a movement of say 500 points, I want to alerts to fire off
== ALERT - LARGE CANDLE >500 PPOINTS - EURUSD ==
-- alert triggers mp3 file for the alert sound
also if the large movements occurs on the eurusd, usdjpy, audcad all at the same time, then we would get multiple alerts fired off
I have put together a basic settings below, how would be the best way to proceed with this in mt5