
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
Use a script running in an infinite loop to "tick" the chart that your EA is on . . . every 100 ms, every 50 ms . . . whatever your PC can handle, just make sure when you tick it that it isn't requesting data on each tick or your Broker will get a little annoyed with you.
The script doesn't even have to be on the same chart . . .
So, I put this in the scripts loop?
So, I put this in the scripts loop?
What happened when you tried it ? don't forget the sleep to govern the refresh rate . . .
What happened when you tried it ? don't forget the sleep to govern the refresh rate . . .
Yeah, I got Sleep(1000); for the moment. The script is working, cause I tested with a messagebox.
But, I do not see any changes when I enable Experts, still the EA is looping only on broker's ticks.
Yeah, I got Sleep(1000); for the moment. The script is working, cause I tested with a messagebox.
But, I do not see any changes when I enable Experts, still the EA is looping only on broker's ticks.
Disconnect from your Broker and see if the EA runs, if it does then you are ticking it, if not you have done something wrong.
Well, I made it an indicator.
And I got the hourglass. Had to close MT4.
Disconnect from your Broker and see if the EA runs, if it does then you are ticking it, if not you have done something wrong.
Nope, not running offline.
This is my script
Ok, I found this, and this ticks the chart.
https://c.mql5.com/mql4/forum/2012/05/TickingAllCharts_1.mq4
Ok, I found this, and this ticks the chart.
https://c.mql5.com/mql4/forum/2012/05/TickingAllCharts_1.mq4
Yes of course . . . that was in the link I gave you . . . you are supposed to read the whole thread.
Ok, I found this, and this ticks the chart.
https://c.mql5.com/mql4/forum/2012/05/TickingAllCharts_1.mq4
I do not know WTF is wrong, for a moment it was ticking, then it stopped, and it does not want to start again???
I do not know WTF is wrong, for a moment it was ticking, then it stopped, and it does not want to start again???