question re faster drawing

 
hello to the forum-experts,

there are software packages where the user can limit the calculation "effort" for the indicators to (for example) the visible chart area or to a certain numbers
of bars by using customized ways.

Are they any ways for MT4 to limit/speed up the calculation time and therefore increasing the drawing speed and limiting the exisiting "RAM-absorption"  (without buying a new pc of course)

thanks in advance
 
You can use SetIndexDrawBegin in MT4, so the indicator will only start at bar position number.
SetIndexDrawBegin - MQL4 Documentation
  • docs.mql4.com
SetIndexDrawBegin - MQL4 Documentation