Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

RSI - Fast value.

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

    RSI - Fast value.

    Hi,

    I'd like to get the value of the Blue line on the RSI indicator (picture below).

    Currently, I have this code...

    testRSI=RSI(14,3)[1];

    However, it gives me the orange line only. How can I get it to provide the value of the Blue line..?

    Click image for larger version

Name:	image.png
Views:	131
Size:	17.0 KB
ID:	1225426

    Thank you!

    RK

    #2
    Hello RK,

    Thank you for your post.

    The RSI has two plots, the default RSI value and the Avg. Your line of code provides the default value:

    testRSI=RSI(14,3)[1];

    To get the Avg plot value, you would need the syntax of RSI(int period, int smooth).Avg[int barsAgo] like the following:

    RSI(14,3).Avg[1];

    For more information about the RSI indicator and syntax available:


    Please let us know if we may be of further assistance.

    Comment


      #3
      Thank you, Emily. Much appreciated!
      RK​
      Last edited by rasdaka; 11-29-2022, 09:16 AM.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by NullPointStrategies, Yesterday, 05:17 AM
      0 responses
      54 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      130 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      72 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      44 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      49 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X