brynxxx: i want the ea to wait for the candle to close before trying to send one more time not on each tick movement of the actual candle.
- So code it to do that.
For a new bar test, Bars is unreliable (a refresh/reconnect can change number of bars on chart,) volume is unreliable (miss ticks,) Price is unreliable (duplicate prices and The == operand. - MQL4 programming forum.) Always use time.
New candle - MQL4 programming forum #3 2014.04.04I disagree with making a new bar function, because it can only be called once per tick. A variable can be tested multiple times.
- The timer is irrevalent.
thank you. i just didn't know how i could properly describe the problem that's why i said timer regulation

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
Hello guys, i have a problem. In fact i created and ea that's supposed to analyse previous candles(starting from rates[1]) and send a signal(push notification) but i want the ea to send the signal once and wait for the candle to close before trying to send one more time not on each tick movement of the actual candle.
Thanks for the help.