In my testing I tried to add an SMA 20 against the MACD Difference, I could only select Close.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Can't make indicator against another indicator.
Collapse
X
-
Hello RogerYork,
Thank you for your note.
I’ve provided a link which demonstrates the instructions below.
World's leading screen capture + recorder from Snagit + Screencast by Techsmith. Capture, edit and share professional-quality content seamlessly.
Directions: You can make an indicator that has one indicator (SMA) reference another indicator (MACD). To build this code I opened the Strategy Wizard under Control Center>Tools>New NinjaScript>Strategy. Then on the Conditions and Actions page, under Conditions>New then I selected SMA under Indicators. I then set the input series to the MACD and plot to diff. I pressed OK, OK, then hit unlock code to see what this code looks like. I then copied the code and posted it in my indicator (which I’ve attached).
Code I set the indicator plot to:
Plot0.Set(SMA(MACD(12, 26, 9).Diff, 20)[0]);
Please let us know if you need further assistance.Attached FilesAlan P.NinjaTrader Customer Service
-
Hello RogerYork,
In the event I misunderstood your question, and you meant how do you add an indicator with another indicator selected as the input series, to a chart, for that you would right click on the Chart>Indicator>SMA (For example)>Then next to Input Series hover your mouse and you’ll see “…”, click that, then you’ll be given the option to switch the input to another indicator.
I’ve provided a Youtube link below covering how to do this.
Please let us know if you need further assistance.Alan P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
656 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
371 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
109 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
574 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
579 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment