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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
637 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
366 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
107 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
569 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
571 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|
Comment