How come that my SMA(20) and my BuySellVolume indicators don't display any Price Marker on my chart although the Price Marker setting is "True" ?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Price Markers don't show up
Collapse
X
-
Hi Kyle,
Thank you for your answer. I removed the SMA then re-added it but it does not help at all.
By the way, to say the truth I must let you know that price markers did show up yesterday on my screen but they are no longer seen by now.
I modified the code and compiled it then removed and re-added BuySellVolume but the price markers do not appear.
Code:protected override void Initialize() { Add(new Plot(new Pen(Color.Red, 3), PlotStyle.Bar, "Bidvol")); // Values[0] Add(new Plot(new Pen(Color.DarkGreen, 7), PlotStyle.Bar, "Askvol")); // Values[1] // Add(new Plot(new Pen(Color.LightGreen, 6), PlotStyle.Bar, "TotVol")); // Values[2] CalculateOnBarClose = false; DisplayInDataBox = false; PaintPriceMarkers = true; PlotsConfigurable = true; }
Comment
-
Hello grd974,
Thank you for the additional information.
Please open a new workspace (File > Workspaces > New Workspace) and add a new chart there within.
In the new chart, add SMA and let me know whether or not the price marker displays.
As mentioned, BuySellVolume will not plot a price marker.KyleNinjaTrader Customer Service
Comment
-
Hi Kyle,
Unfortunately, creating a new workspace does not change anything (see file SMA20_NoShow.gif).
How come that the BuySellVolume indicator displays price markers with NT 6.5 (see file BSVolume_NT6.5.gif) ? What kind of modification would be needed so as to have price markers displayed ?
Comment
-
Hi grd974,
1.) SMA:
Please send a note to Support [AT] NinjaTrader [DOT] com with 'ATTN: Kyle' in the subject line.
In the message, please include the following:
- A link to this forum thread.
- Your trace file from today's date.
You will find the trace file in the My Documents > NinjaTrader 7 > Trace folder.
The file will be named 'trace.20100407.txt'
2.) BuySellVolume:
The standard version of BuySellVolume does not include price markers in version 6.5 either. In the image, you are using a different version of the indicator - 'BuySellVolumeBoth'KyleNinjaTrader Customer Service
Comment
-
Stephan,
Please send a note to Support [AT] NinjaTrader [DOT] com with 'ATTN: Kyle' in the subject line.
In the message, please include the following:
- A link to this forum thread.
- Your trace file from today's date.
You will find the trace file in the My Documents > NinjaTrader 7 > Trace folder.
The file will be named 'trace.20100909.txt'KyleNinjaTrader Customer Service
Comment
-
No price markers caused by an error
Hello Kyle,
I have noticed that the price markers disappear, regardless of indicator, symbol, timeframe, workspace, template etc. when an error arises in the log.
Everytime I noticed this, I could fix the error (most of the time a re-login or deleting of an corrupt indicator file) and everything was fine again.
Now, there aren't any errors in the log but nevertheless no price markers, except the price markers of a window which starts in a workspace automatically. On that window the price markers are OK. Even after a re-login, re-start. I can also add another indicator on that window and the price markers show up correctly for the new indicator as well. But when I open a new chart with that template, you guess it... no price markers. Seemingly only that window can withstand the error.
By the way, restoring didn't fix this issue too. Is there a "reset"-function for indicators or something else of that kind?
Thank you very much!
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
606 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
353 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 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
560 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
561 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment