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

rsi values

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

    rsi values

    how do i access the values ​​of the high and low lines and the averages of the indicator, I am interested in asking if the averages are below or above the high and low lines
    Last edited by franatas; 03-19-2024, 01:09 AM.

    #2
    Hello franatas,

    Thank you for your inquiry.

    Can you describe what you mean by "high and low lines"?

    You can use MAX() and MIN() to return the highest or lowest value over a specified period.

    MAX - https://ninjatrader.com/support/help...aximum_max.htm
    MIN - https://ninjatrader.com/support/helpGuides/nt8/minimum_min.htm

    You can use .Avg on the RSI to get the average value of the indicator.

    Returns avg value

    RSI(int period, int smooth).Avg[int barsAgo]
    RSI(ISeries<double> input, int period, int smooth).Avg[int barsAgo]



    Please let me know if you have any further questions.​
    Gaby V.NinjaTrader Customer Service

    Comment


      #3
      This is the default rsi, I want to access the value of the blue line, I don't know if it is rsi(14,3).value[0]. could you confirm
      Attached Files

      Comment


        #4
        Hello,

        The blue line is the default RSI value. The yellow line is the Average value.

        Please let me know if I can assist further.
        Gaby V.NinjaTrader Customer Service

        Comment


          #5
          and how do I access the default value? How do I access the blue line?
          Last edited by franatas; 03-19-2024, 10:27 AM.

          Comment


            #6
            Hello,

            The Help Guide link for the RSI I provided in my first post has the syntax to access the default value.

            Returns default value

            RSI(int period, int smooth)[int barsAgo]
            RSI(ISeries<double> input, int period, int smooth)[int barsAgo]​

            Please let me know if you have any further questions.
            Gaby V.NinjaTrader Customer Service

            Comment


              #7
              To figure out the high and low points and the average of the RSI on your trading platform or analysis tool, you usually need to dive into the specific features or tools that your software offers for looking at charts and indicators. From my own experience, I had to spend some time getting familiar with where everything was in my trading software. I looked for sections on technical analysis or where I could find indicators, then I played around with the settings until I could see the RSI values clearly.

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by cre8able, Yesterday, 01:16 PM
              3 responses
              11 views
              0 likes
              Last Post cre8able  
              Started by ChartTourist, Today, 08:22 AM
              0 responses
              6 views
              0 likes
              Last Post ChartTourist  
              Started by LiamTwine, Today, 08:10 AM
              0 responses
              2 views
              0 likes
              Last Post LiamTwine  
              Started by Balage0922, Today, 07:38 AM
              0 responses
              5 views
              0 likes
              Last Post Balage0922  
              Started by JoMoon2024, Today, 06:56 AM
              0 responses
              6 views
              0 likes
              Last Post JoMoon2024  
              Working...
              X