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 NullPointStrategies, Today, 05:17 AM
|
0 responses
19 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
119 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
63 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
41 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
45 views
0 likes
|
Last Post
|
Comment