Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

SubmitOrderUnmanaged() life cycle

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

    SubmitOrderUnmanaged() life cycle

    After I submit a limit order when a condition is met, like this:

    if (condition)
    {
    SubmitOrderUnmanaged(0, OrderAction.SellShort, OrderType.Limit, Convert.ToInt32(NCon), MyHigh, 0, "", "Short");
    ​}

    Is the limit order active until I cancel it or does it become inactive/deleted when the condition becomes false?

    #2
    Hello giulyko00,

    When using the unmanaged approach none of the platforms rules or conveniences will apply, that submits an order that would require you to manage it throughout its lifecycle. If you need to cancel it you need to do that, it would otherwise work until filled.


    Comment


      #3
      Ok thank you

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by NullPointStrategies, Today, 05:17 AM
      0 responses
      44 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      124 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      65 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