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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
129 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
74 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
116 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
110 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
89 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment