Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

modify RSI scale

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

    modify RSI scale

    I would like to modify the RSI scale so that it scales +10 to -10, the normal +50 to now be the zero line. Can this be done in the wizard, if so can someone please tell me how, or can anyone tell me how to (copy and ) amend the current RSI script? Thanks.

    #2
    Hello Wi!s0n,

    Depending exactly on what you want to do this can be challenging to code. For an example where stochastics scale is changed to match price, see this indicator:


    If you want to subtract 50 from RSI value, it's:
    Plot0.Set(RSI(14, 3)[0] - 50);
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      I don't want the RSI to overlay price, but rather overlay another indicator in a subgraph that ranges anywhere from about +10 at the most to -10 at the most.

      Comment


        #4
        This requires working with code. Hopefully a member of the community can offer to create this for you. You may also consider hiring a NinjaScript consultant:
        Ryan M.NinjaTrader Customer Service

        Comment


          #5
          Thanks Ryan, any help would be appreciated

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Max238, Today, 01:28 AM
          4 responses
          35 views
          0 likes
          Last Post Max238
          by Max238
           
          Started by r68cervera, Today, 05:29 AM
          1 response
          7 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by geddyisodin, Today, 05:20 AM
          1 response
          11 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by timko, Today, 06:45 AM
          2 responses
          14 views
          0 likes
          Last Post NinjaTrader_ChristopherJ  
          Started by habeebft, Today, 07:27 AM
          0 responses
          7 views
          0 likes
          Last Post habeebft  
          Working...
          X