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 CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
28 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
183 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
336 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
260 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment