Thread: CoeffoLine_Hist
View Single Post
  #25 (permalink)  
Old 11-06-2005, 10:28 PM
bill3002 bill3002 is offline
Junior Member
 
Join Date: Oct 2005
Posts: 28
bill3002 is on a distinguished road
Secxces,
I don`t think you understand what "looping" is.

It`s when the time to calculate the bars in the code takes
longer than 1000ms.

Your processor determines how fast this is done.

The fix in the mt3 code is pretty simple:

change Beginbars to 1000 (or less if you have a slow puter).

Inputs: BeginBars(1000)
Reply With Quote