There is a problem with "drift" or "creep" in alignment on a tick chart.
But, when I manually add a vertical line to an advanced chart, it stays put at the x position where it was added.
However, when I try and do it programmatically using drawLineRelative to put up the line, it drifts relative to the x axis. Maybe I should use the relative x offset, and leave the price y values at null?
What gives here? Is there a way for me to mimic the manual line addition from the EFS routine, so that the vertical line stays put when the Tick chart is showing bid/ask in streaming mode?
TIA
But, when I manually add a vertical line to an advanced chart, it stays put at the x position where it was added.
However, when I try and do it programmatically using drawLineRelative to put up the line, it drifts relative to the x axis. Maybe I should use the relative x offset, and leave the price y values at null?
What gives here? Is there a way for me to mimic the manual line addition from the EFS routine, so that the vertical line stays put when the Tick chart is showing bid/ask in streaming mode?
TIA
Comment