Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator for ratio of symbol/SMA200

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Indicator for ratio of symbol/SMA200

    Dear All,
    I tried to search but could not find an indicator so this post.
    I request an indicator which calculates value of "Symbol/Symbol's SMA200". Currently, Ratio indicator available supports "Symbol SMA200/Symbol" which gives me inverse value :-(.
    Any help will be appreciated.

    #2
    Hello,

    Thank you for your post and welcome to the NinjaTrader forums!

    Just to clarify, the indicator you are looking for would take the following actions.

    Have a secondary data series of a different instrument added as a parameter.

    The closing price of the primary dataseries divided by the close price of the secondary dataseries would be calculated and then saved to a third custom data series.

    An SMA(200) would then be called using this third custom data series the input and this would then be plotted on the chart.

    Is this correct?
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      NinjaTrader_ChelseaB,
      I am requesting following:
      1. Take Dow Jones's value which is 16,449.25 as of Apr 21, 2014.
      2. Take Dow Jones's SMA(200) which is say today 15773.69.
      3. Do 16449.25/15773.69 = 1.042

      I want 1.042 as result value in indicator.
      Now check ratio indicator available. Problem with current Ratio indicator is you can do only 15773.69/16449.25 = 0.958 NOT the other way round. I hope you got my problem.

      Comment


        #4
        Hi jigneshkakkad,

        Thanks for your patience.

        This script would be fairly simple to create.

        The important code would be:

        Value.Set( SMA(Close, 200)[0] / Close[0]);

        Attached is a example of this.
        Attached Files
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        579 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        334 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        554 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        551 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X