Or do you have to turn show plots off and custom add your parameters?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Plots and options to display
Collapse
X
-
Hello ballboy11,
Thanks for your post.
If I used AddPlot() in my script I would expect to see settings for Color, Dash Style, Plot Style, and Width in the indicators window.
Are these settings missing from the "Plots" category in the Indicator window?
Are you creating your plots using the wizard?Last edited by NinjaTrader_JoshG; 05-28-2018, 08:11 AM.Josh G.NinjaTrader Customer Service
-
Yes. I understand that it is displayed. I was wondering if I want to not show DashStyleHelper and have the line solid at all times. Just have plot size and color, NOT line style. If not do I put ArePlotsConfigurable = false; and make my own parameters?
Comment
-
No everything is ok I was wondering if there was a faster way. Last question to you. Is there a way to lock a plot on the chart.? I have some plot lines and when I have a stop line or profit target , it is difficult sometimes to move the targets because I click on the plot line.
Comment
-
It looks like the only way you can draw a plot that is not selectable is by overriding OnRender() and drawing your plot using SharpDX. I do think this would be valuable functionality for the AddPlot method.
I will submit this as a feature request to add a 'locking' parameter as a new overload for AddPlot().
EDIT: Tracking number is SFT-3247Last edited by NinjaTrader_JoshG; 05-30-2018, 01:09 PM.Josh G.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
596 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
343 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 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
556 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
554 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment