Announcement

Collapse
No announcement yet.

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 SalmaTrader, 07-07-2026, 10:26 PM
          0 responses
          43 views
          0 likes
          Last Post SalmaTrader  
          Started by CarlTrading, 07-05-2026, 01:16 PM
          0 responses
          20 views
          0 likes
          Last Post CarlTrading  
          Started by CaptainJack, 06-17-2026, 10:32 AM
          0 responses
          14 views
          0 likes
          Last Post CaptainJack  
          Started by kinfxhk, 06-17-2026, 04:15 AM
          0 responses
          20 views
          0 likes
          Last Post kinfxhk
          by kinfxhk
           
          Started by kinfxhk, 06-17-2026, 04:06 AM
          0 responses
          22 views
          0 likes
          Last Post kinfxhk
          by kinfxhk
           
          Working...
          X