Hi Guys,

Perhaps you can clarify something for me... I'm trying to debug a
formula for an indicator right now (using DebugView). I'm printing
some values to the debug view window... e.g.,

Value1=Volume;

_Trace(Volume + "  : + Value1[BarCount-1]);

Now, when I move the selector line I see fresh output in the DebugView
window. And of course if I click halfway along the chart Volume and
Value1[BarCount-1] no longer match up... Does that make sense..?

So does AmiBroker recalculate an indictaor formula everytime the
selector line is moved...?

Reply via email to