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 Mindset, 04-21-2026, 06:46 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
144 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
71 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
125 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
79 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment