Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Why do I get the values of 1 day instead of the whole interval of backtest?

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

    Why do I get the values of 1 day instead of the whole interval of backtest?

    Performing the backtest on more days, for instance July 1 st 2011 - July 15 th 2011, with a time frame of 1 minute, gets that is only the values related to the first day 01 July 2011. Why don't I get the values of the whole interval? Thanks.

    #2
    onurbbruno, is this a custom strategy you use here? Could it be it's coding to only execute on this specific day then? Would you see the same outcome with the default shipped SampleMACrossOver?

    Thanks,

    Comment


      #3
      With the strategy SampleMACrossOver all works well, but with my strategy type Unmanaged = true I get only the values of one day.

      Comment


        #4
        You would then need to debug the order conditions in your custom unmanaged script to check why this limited amount of trades would be generated. Please remember there's no signal tracking done by NT here, so EntriesPerDirection / EntryHandling would not be effective.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        116 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        163 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        84 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        127 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        87 views
        0 likes
        Last Post PaulMohn  
        Working...
        X