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 kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
122 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
104 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
82 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
102 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
82 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment