Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Help with plotting
Collapse
X
-
Help with plotting
I created a simple indicator to calculate and plot a series. The output shows as a line even though i call for a bar in the PLOT. Why is this? I want to be able to choose HISTOGRAM (Bar), Line, etc at the chart. Haven't had this problem with other plotting activities.
ThanksAddPlot(new Stroke(Brushes.DodgerBlue, 7), PlotStyle.Bar, "mySeries");Tags: None
-
Hello dmking,
This would be a change where you need to remove/re add the indicator for it to be reflected. Have you done that or re applied the indicator since updating that?
I would otherwise expect that to work as a bar plot, I would likely need more details about the other code in the file to see where the error may be.
I look forward to being of further assistance.
-
Hello dmking,
Thanks for confirming that.
When you are back at it you may want to take a look at the VOL indicator, I believe that is the most simple example of a Bar plot being used so that could be referenced for comparisons to make sure you are coding similar.
I look forward to being of further assistance.
Comment
-
Hello dmking,
Thanks for checking that, yes it must be related to something in that script. What state are you creating the plot in? I can't really think of any specific reason that would limit the plot to a certain type other than something code-wise affecting it or some other script you have applied affecting it.
If you are unable to find a solution and the script is something you can post I would be happy to take a look at the code to see if I can spot anything. The alternative would be to try and generate a new script and see if just setting Value[0] to the Volume[0] works, if not upload that and we can review that.
I look forward to being of further assistance.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
71 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
152 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
162 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
100 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
288 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment