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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
87 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
57 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
118 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
195 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
176 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment