thanks in advance!
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
tell me how to write code for the rectangle outline
Collapse
X
-
-
Hello kjhjhkl,
Currently, there is no supported way to programmatically change the width of the DrawRectangle() method. I will submit this suggestion for the enhancement of NinjaTrader to our product development team to be consideration for a future NinjaTrader release. We at NinjaTrader highly value the suggestions of users. Once I get a unique tracking ID for this request I will send it to you.
With that said, you can change the color of the outline and the color inside the area of the rectangle. For Example:
You can change the color to the defined color you wish.Code:// Draws a gold rectangle from the low 10 bars back to the high of 5 bars back DrawRectangle("tag1", 10, Low[10] - TickSize, 5, High[5] + TickSize, Color.Gold);
For more examples and references on the DrawRectangle() method you can view our help guide at the following link.
http://www.ninjatrader.com/support/h...wrectangle.htm
Let us know if we can be of further assistance.JCNinjaTrader Customer Service
Comment
-
Thank you! I do not understand. I will wait for adding this option.Originally posted by NinjaTrader_JC View PostHello kjhjhkl,
Currently, there is no supported way to programmatically change the width of the DrawRectangle() method. I will submit this suggestion for the enhancement of NinjaTrader to our product development team to be consideration for a future NinjaTrader release. We at NinjaTrader highly value the suggestions of users. Once I get a unique tracking ID for this request I will send it to you.
With that said, you can change the color of the outline and the color inside the area of the rectangle. For Example:
You can change the color to the defined color you wish.Code:// Draws a gold rectangle from the low 10 bars back to the high of 5 bars back DrawRectangle("tag1", 10, Low[10] - TickSize, 5, High[5] + TickSize, Color.Gold);
For more examples and references on the DrawRectangle() method you can view our help guide at the following link.
http://www.ninjatrader.com/support/h...wrectangle.htm
Let us know if we can be of further assistance.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
161 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
308 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
245 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
349 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
179 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment