Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
indicator to plot the 50 period sma of the 5 sma
Collapse
X
-
First of all you would need to have data for the TRIN index symbol - which dataprovider are you using here?
If this is working, you can just put a SMA 50 of the SMA 5 on the chart, with NinjaTrader 7 possible without custom coding as we support 'indicators working on indicators' now natively in the user interface -
http://www.ninjatrader.com/support/h...indicators.htm (Indicator input series here in the docs)
-
Bertrand thank you...I got this...now I want to use a 10 day ma of the ratio ('^fimh.z')/('^fimh.z'+'^fiml.z') ....i used the ultimate indicator for this..and I got the plotting correct but not sure how to add a 10 day ma to this indicator? can you help me. Also is there an indicator that has ability to plot a "histogram" with ^finh.z-^finl.z (new highs minus new lows)?
again thanks for you help..dy
Comment
-
Unfortunately those ratios / custom instruments would need custom coding to make it possible - you would basically Add() your source instruments to an indicator and then do the calcs to arrive at the ratio and finally feed that into the SMA indicator to arrive at the final smoothed result. The general concept for MultiSeries scripts is discussed here - http://www.ninjatrader.com/support/h...nstruments.htm
Comment
-
Unfortunately I'm not aware of one already published for this task - you can look into the spread indicators works here to get started on this territory - http://www.ninjatrader.com/support/f...=spread&desc=1
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
647 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
368 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 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
572 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
573 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment