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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
81 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
64 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
68 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
55 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment