Thread: How to code?
View Single Post
  #1067 (permalink)  
Old 07-04-2008, 09:06 AM
IN10TION's Avatar
IN10TION IN10TION is offline
Senior Member
 
Join Date: Mar 2007
Posts: 643
Blog Entries: 1
IN10TION is on a distinguished road
:: 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 View Post
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.
__________________
NEW UPDate! 04 Nov. 09 IN10TION newsReader v09.98 Lite - the best forex news reader on your chart
Reply With Quote