Is there a way to draw into the future?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Draw an Arc into future bars . . .
Collapse
X
-
Draw an Arc into future bars . . .
I would like to draw an Arc into future bars. The code I've seen shows only drawing on Past/Current bars.
Is there a way to draw into the future?Tags: None
-
Hello ATMtrader0001,
With using barsAgo values, a negative index cannot be used.
But when using the DateTime overloads NinjaTrader 8 will try and approximate it.
For example if this were added to a 1 minute chart:
Draw.Arc(this, "arc", Time[0], Low[0] - 2 * TickSize, Time[0].AddMinutes(10), High[0] + 2 * TickSize, Brushes.Blue);Chelsea B.NinjaTrader Customer Service
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
637 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
366 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
107 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
569 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
571 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment