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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
156 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
90 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
140 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
130 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
107 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment