Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

PeriodType

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

    PeriodType

    Hello,

    when I use in my strategies periodtype.range and periodtype.minute this works fine.

    But when I want to have periodtype.range and periodtype.renko there do not appear results in summary tab when backtesting.

    Could it be that

    a.) renkobars can not be used together with other periodtypes or
    b.) renkobars can only be used as primary periodtype but not as added periodtype or
    c.) this (issue) occurs only with backtesting or
    d.) ???

    Thanks
    Tony
    Last edited by tonynt; 05-16-2011, 12:54 AM. Reason: typing error

    #2
    Tony, are there any errors in your log tab when applying the renko based strategy?

    Have you used the dedicated AddRenko() method to add your renko bars in this context?

    Comment


      #3
      Hello Bertrand,

      thank you for your reply. I add the renkos "as usual":

      Add(PeriodType.Range,80);
      Add(PeriodType.Minute,3);
      Add(PeriodType.Renko,30);

      Is this correct?

      Thanks
      Tony

      Comment


        #4
        No, you should see a log entry on using this overload for adding the renko bars - the dedicated AddRenko is the way to go here.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by NullPointStrategies, Today, 05:17 AM
        0 responses
        23 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        120 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        63 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        41 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        45 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X