Please show the section of code that you use to draw the object
Never mind.
I wanted to place lines by simply adding/subtracting bars, but I ended up with the below work around which spits out a date, and even adjusts itself by timeframe.
Time1 = TimeCurrent() + ((Period() * 60) * Variable);
Where: Variable is the quantity of bars to the right from Bar zero, plus one bar.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
For my systems, I need to draw objects past bar zero, so my shift is set very far to the left, or center of the chart window.
Every time I draw an object past shift, even only a single bar past (anything less than bar zero), the objects either do not draw, or are stretched to infinity.
How are objects drawn past shift? Is it possible?
(Applying a ray is not what I'm looking for)