If the answer is no to both possibilities, then I would suggest that an enhancement might be considered where the user can select whether, or not, to see the markers for each individual plot instead of seeing all markers or no markers. This could be a user selectable feature under each "Plots" (Color, Dash Style, Plot Style, Width, Price Markers)
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Selectable Price Markers on Indicators
Collapse
X
-
Selectable Price Markers on Indicators
I have an indicator that contains three AddPlot commands. I would only like to see one of the plots as a price marker in the right column. Is there a way to do this either by the Indicator Panel or by coding in C# ?
If the answer is no to both possibilities, then I would suggest that an enhancement might be considered where the user can select whether, or not, to see the markers for each individual plot instead of seeing all markers or no markers. This could be a user selectable feature under each "Plots" (Color, Dash Style, Plot Style, Width, Price Markers)
Tags: None
-
Hello goodknight777,
Thank you for your post.
Turning the plot color to transparent will keep both the plot and the price marker from showing up. PaintPriceMarkers = true; in State.SetDefaults will turn all price markers off for an indicator, however, this cannot be done per plot.
However, I have added a vote for you to an existing feature request to allow individual plot's price markers to be turned on or off. This request is being tracked under the number SFT-335.
As with all feature requests, interest is tracked before implementation is considered, so we cannot offer an ETA or promise of fulfillment. If implemented, it will be noted in the Release Notes page of the Help Guide.
Release Notes — https://ninjatrader.com/support/help...ease_notes.htm
Please let us know if we may be of further assistance to you.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
576 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
334 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
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment