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 charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      65 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      149 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      162 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      99 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      286 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Working...
      X