double CrossDown = Close[2] > MA_2 && Close[1] < MA_1 && Close[0] < Close[1] && Volume[0] ==1;
- Bars is unreliable (a refresh/reconnect can change number of bars on chart) volume is unreliable (miss ticks) Always use time. New candle - MQL4 forum
- You are only looking at the start of a new bar.
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
Hi All,
I'm trying to write a Alert condition as it showing in the image.
I wrote the following code for that condition .
Is it right because I get the alert In the candle 1??? while need it the alert in candle 0