Thread: MQL4 Learning
View Single Post
  #232 (permalink)  
Old 09-12-2007, 10:01 AM
etrade's Avatar
etrade etrade is offline
Senior Member
 
Join Date: Aug 2007
Posts: 266
etrade is on a distinguished road
Quote:
Originally Posted by omelette View Post
The short answer, learn to program MQL.

More to the point, these are all custom indicators that are programmed to just calculate on a certain number of bars - often because the calculations are time-consuming so a lot of bars would use more CPU time.

Assuming that there is no 'Bars' etc. available in the indicators' settings, the only thing you can do is change the code itself...
Thanks for your kind advice
Reply With Quote