Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Drawline Does Not Work
Collapse
X
-
Hi doug_p, welcome to the NinjaTrader forums!
It works well, but please make sure you incorporate this check at the start of your OnBarUpdate() -
Code:[SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]if[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][SIZE=2] (CurrentBar < [/SIZE][/SIZE][SIZE=2][COLOR=#800080][SIZE=2][COLOR=#800080][SIZE=2][COLOR=#800080]10[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][SIZE=2]) [/SIZE][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]return[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][SIZE=2];[/SIZE][/SIZE] [SIZE=2][SIZE=2][/SIZE][/SIZE]
See also this tip here for more info - http://www.ninjatrader-support2.com/...ead.php?t=3170
The issue here is, you try to access 10 bars back on the first bar of the chart, when no bars are present - this throws an error to your Log tab in the Control Center - 'Error on Calling On Bar Update...'
-
Can DrawLine Draw Within the Indicator Panel
Thank You Bertrand for your response it helped.
Question can DrawLine draw within the indicator panel or does it only draw within the Price Panel 1? Also if it cannot draw within the an indicator panel how does one draw an object like a line or text within a specific indicator panel?
Thank you for your help.
Doug
Comment
-
You are welcome Doug, you can also draw in the indicator panel by setting DrawOnPricePanel to false in your Initialize() - http://www.ninjatrader-support.com/H...ceOnPanel.html
Unfortunately there's no option to specify to which indicator subpanel to draw the object.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
72 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
39 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
63 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
63 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
53 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment