Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Cumulative RSI?

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

    Cumulative RSI?

    Hi,

    I'd like to add a cumulative RSI indicator that adds up the RSI for consecutive days and uses this number as a signal.

    Can this be done with the strategy wizard or will I have to specifically code the strategy?

    Thanks in advance.

    #2
    joeydisco, you would need to custom code an indicator here that would create the calcuations you seek, you can then in turn call it from the wizard to create the entry / exit logic with it.

    Comment


      #3
      I think the response could have been more instructional than what you provided. For example, he would likely use the sum() function as described in the help guide:

      Summation (SUM)
      Description
      Returns the sum over the specified period.

      Syntax
      // returns the 20 period sum of the RSI(14)
      double value = SUM(RSI(14), 20)[0];

      You could probably have written this snippet of code to give him a clear idea of what he was looking for as quickly. I'm not trying to be snippy here since you guys do a great job, but in several instances it would be more helpful to those interested in learning to see how the code would be written rather than sending a link to a generic help file.

      Kevin

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by SalmaTrader, 07-07-2026, 10:26 PM
      0 responses
      47 views
      0 likes
      Last Post SalmaTrader  
      Started by CarlTrading, 07-05-2026, 01:16 PM
      0 responses
      22 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 06-17-2026, 10:32 AM
      0 responses
      15 views
      0 likes
      Last Post CaptainJack  
      Started by kinfxhk, 06-17-2026, 04:15 AM
      0 responses
      21 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 06-17-2026, 04:06 AM
      0 responses
      23 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X