Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Sequence of operations in NT

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

    Sequence of operations in NT

    Hi,

    I was wondering if there is any documentation regarding the sequence of operations of automated strategies.

    A little background info. I am running an automated system and enter long and shorts based on a candle close. These long / short triggers are entered based on specific IF statements in the OnBarUpdate statement.

    But, I've noticed that when an ExitLong or ExitShort or any order method is triggered, the following IF block where MarketPosition.Flat is checked is not triggered.

    So my question is, when does my MarketPosition actually become flat? Does the processing of orders happen AFTER or DURING the OnBarUpdate statements?

    #2
    siroki, that could be the case, since the position object would be updated in the OnPosition() update, which is guaranteed only then in your next OnBarUpdate().

    Comment


      #3
      Thanks for your prompt answer Bertrand, as always.

      Ok, that explains it then. I will work my way around it creating some variables.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      117 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      166 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      85 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      130 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      88 views
      0 likes
      Last Post PaulMohn  
      Working...
      X