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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
32 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
12 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
18 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
20 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment