
07-04-2008, 09:06 AM
|
 |
Senior Member
|
|
Join Date: Mar 2007
Posts: 643
|
|
:: if it's suitable then try to form it in a EA, there you can loop & use sleep function, I've tried several simple setups to have only processes/calculations not related to ticks, but then you have the refresh screen issue ... so ... I've changed everything back to normal ... the importance to do so was not that great ... perhaps in MQL5 coming up 
:: indicators can't deal with sleep() function
:: you can write a dll, fetch all the windows in your terminal... then do/send a "refresh screen/window" to every child window. But then you have to send dll file together with your indicator to others ... again ... making it complicated ...
Quote:
Originally Posted by TheRumpledOne
Is there a way to force the program to calculate?
Right now it waits for the next tick.
I have 6 charts open and the same indicator is on all six charts.
If one chart receives a tick, it updates but the other charts don't so they are "stale".
Thanks.
|
|