Even better, I'd like to be able to allow the user to input the value of the line, and the color. Do I do this with a Plot, or should it be an actual horizontal line?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Drawing a line in the indicator pane
Collapse
X
-
Drawing a line in the indicator pane
I tried placing a DrawHorizontalLine() call in the OnStartUp() function, but this drew the line in the instrument pane, and I would like it to go in the indicator pane.
Even better, I'd like to be able to allow the user to input the value of the line, and the color. Do I do this with a Plot, or should it be an actual horizontal line?Tags: None
-
Hello JoshDance,
Thanks for writing in and I am happy to assist you.
To draw a line on the indicator pane please add the below code in the Initialize section of the code:
Code:this.DrawOnPricePanel = false;
To draw a plot as an horizontal line, please refer to the ConstantLines indicator that comes with NinjaTrader.
Please let me know if I can assist you any further.JoydeepNinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
560 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
325 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
547 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment