Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Bug : Historical

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

    Bug : Historical

    Historical always returns true, even in live bars !

    Code:
     protected override void OnBarUpdate()
            {
    			
    			Print(Historical.ToString());
    			
            }

    #2
    I could not reproduce here - which feed are you using? Also: is this in a indicator or strategy?

    Please also keep in mind when using this property in a strategy that is running with "Wait until flat before executing live", the property will return "true" until the strategy reaches a flat state and switches to live executions.

    Comment


      #3
      indeed

      in NT7 you have changed the default setting for "Wait until flat before executing live"
      Maybe there could be a visual queue in the graph showing its waiting to be flat before starting ..

      Comment


        #4
        Thanks for the suggestion, the strategies tab should display yellow if the it's waiting to get flat to be able to execute then.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        599 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        345 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        103 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        558 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        558 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X