Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
MTF Indicator on same chart
Collapse
X
-
-
-
Hello GibbsB613,
It is possible to add an SMA to a chart using a different input series.
Below is a link to demonstrate this for NT7. The process for NT8 is the same.
To confirm, as your post is in the indicator developement section, you are wanting to plot these values using a custom indicator with an added dataseries, is this correct?
This is possible to do.
To add a secondary series use AddDataSeries().
Add a plot using AddPlot().
Call the moving average indicator using Closes[1] (BarsInProgress 1 is the secondary series) as the input series.
Closes - http://ninjatrader.com/support/helpG...-us/closes.htm
BarsInProgress - http://ninjatrader.com/support/helpG...inprogress.htm
SMA - http://ninjatrader.com/support/helpG...simple_sma.htm
Set the Value of the plot to the value returned by the SMA using the secondary series.
Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
599 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
344 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 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
558 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
557 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment