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 Mindset, 04-21-2026, 06:46 AM
        0 responses
        102 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        144 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        71 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        125 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        79 views
        0 likes
        Last Post PaulMohn  
        Working...
        X