Hi,
My strategy moves some IchartObjects, I'm using :
IchartObjects myLine.move(long time, double price)
What bothers me, is that the effective move appears on
the chart at the next tick.
Is there a way to move an object right after the command without
waiting for the next tick ?
Thanks