I want to ask please if its possible that the horizontal line starting with the open of rth session is plotting more to the right than the last (current) bar. I have
Draw.Line(this, "L1", false, new DateTime(Time[0].Year, Time[0].Month, Time[0].Day, 9, 30, 0), L1, new DateTime(Time[0].Year, Time[0].Month, Time[0].Day, 16, 15, 0), L1, Brushes.Blue, DashStyleHelper.DashDot, 2); but it doesnt plot into the "future" to time 16,15, 0 instead it stops current bar.
I tried different methods to resolve but couldnt do it:
a.) When I use instead of time bars, barsago, bars-x.... I can plot to the right to y-axis but I can not start the plotting at 9:30.
b.) When I try to combine time for staring and and bars-x for ending of plotting I get an error message when compiling.
How can I plot the line starting 9:30 EST and plot to right margin of chart/y-axis.
Thank you!
Tony

Comment