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 argusthome, 03-08-2026, 10:06 AM
|
0 responses
104 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
52 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
34 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
38 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
74 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment