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 NullPointStrategies, Today, 05:17 AM
      0 responses
      51 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      127 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      69 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      42 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      46 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X