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 Mindset, Today, 06:46 AM
|
0 responses
9 views
0 likes
|
Last Post
by Mindset
Today, 06:46 AM
|
||
|
Started by M4ndoo, Yesterday, 05:21 PM
|
0 responses
14 views
0 likes
|
Last Post
by M4ndoo
Yesterday, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
15 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
82 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
48 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment