2. Also use this this difference plot in strategy builder?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Difference between two indicators
Collapse
X
-
Difference between two indicators
1. Is there way to plot the difference between two indicators as a third indicator? These first two indicators maybe be nested underneath.
2. Also use this this difference plot in strategy builder?Tags: None
-
Hello rocketstock,
Yes, you can add a plot and assign this a value.
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 it
AddPlot(Brushes.Blue, "MyPlot");
MyPlot[0] = SMA(7)[0] - EMA(7)[0];
[Browsable(false)]
[XmlIgnore()]
public Series<double> MyPlot
{ get { return Values[0]; } }
Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
231 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
149 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
161 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
243 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
198 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
Comment