Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Compare value to color?
Collapse
X
-
Hello tkaboris,
What is conflicting? How is it conflicting?
To confirm the suggestion I've made was in relation to the code in the file you posted in post # 1. This is why I was suggesting a specific line number under 112.
Can you clarify which code you feel I have not looked at?
You can add the plot with Brushes.Transparent if you don't want to see this on the chart.
Or you could add new plots if this plot was already being used for something. I was only seeing it being set to 0 in the code on line 110 so it didn't look like this was being used for anything.Chelsea B.NinjaTrader Customer Service
Comment
-
Hello tkaboris,
The Turquoise appears to be from the IsSqueeze brush property, which is assigned to the PlotBrushes[1][0] (the IsSqueezes plot) on line 109.
So this plot was being used and was intentionally being set to 0.
In this case, add a new plot with AddPlot(), add a public series to return Values[2], and set that plot with a value of 1 instead.
Below is a link to a forum post about adding plots.
I'm trying to expose my variables to the strategy builder so everyone can have better use of the WaveTrend indicator (it has a lot of code). Explain this to me like I am 5 because this isnt the first time I've tried to figure it out and hit a wall. What is Series? I know its like an array that stores bars. Why not just call itChelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
88 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
135 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
68 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
119 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
69 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|
Comment