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 kujista, 04-22-2024, 07:46 AM
          3 responses
          12 views
          0 likes
          Last Post kujista
          by kujista
           
          Started by kujista, 04-23-2024, 06:23 AM
          7 responses
          56 views
          0 likes
          Last Post kujista
          by kujista
           
          Started by SentientDavid, Today, 01:34 AM
          0 responses
          5 views
          0 likes
          Last Post SentientDavid  
          Started by MrForgetful, Today, 01:28 AM
          0 responses
          4 views
          0 likes
          Last Post MrForgetful  
          Started by falcondroneus, Today, 01:15 AM
          0 responses
          4 views
          0 likes
          Last Post falcondroneus  
          Working...
          X