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 sjsj2732, Yesterday, 04:31 AM
      0 responses
      36 views
      0 likes
      Last Post sjsj2732  
      Started by NullPointStrategies, 03-13-2026, 05:17 AM
      0 responses
      287 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      287 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      133 views
      1 like
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      95 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Working...
      X