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?

    BertrandNinjaTrader Customer Service

    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.
        BertrandNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by ghoul, Today, 06:02 PM
        3 responses
        14 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by jeronymite, 04-12-2024, 04:26 PM
        3 responses
        44 views
        0 likes
        Last Post jeronymite  
        Started by Barry Milan, Yesterday, 10:35 PM
        7 responses
        20 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by AttiM, 02-14-2024, 05:20 PM
        10 responses
        180 views
        0 likes
        Last Post jeronymite  
        Started by DanielSanMartin, Yesterday, 02:37 PM
        2 responses
        13 views
        0 likes
        Last Post DanielSanMartin  
        Working...
        X