Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Is it error in AtmStrategyCancelEntryOrder Help Doc?

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

    Is it error in AtmStrategyCancelEntryOrder Help Doc?

    Dear Support,

    Could u check whether the entryOrder[] index 3 is correct (see the example code below extracted from your Help page)? My reading of your other Help page seem to indicate the index should be 2. Thanks for looking into this.


    Example:
    protectedoverridevoidOnBarUpdate()
    {
    // ATM strategy methods only work during real-time
    if(State!=State.Realtime)
    return;

    string[]entryOrder=GetAtmStrategyEntryOrderStatus("orderId");

    // checks if the entry order exists
    // and the order state is not already cancelled/filled/rejected
    if(entryOrder.Length>0&&entryOrder[3]=="Working")
    {
    AtmStrategyCancelEntryOrder("orderId");
    }
    }

    #2
    Hello Tiang,

    Thanks for your post.

    Your observation is correct, the order state status should be an index of [2].

    We will initiate a change to the helpguide to correct the example.

    Comment


      #3
      Hello Tiang,

      Just to update you, with the latest release of NT8 (8.0.13.0) the helpguide was updated to reflect the change you inquired about.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      596 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      343 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
      556 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      554 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X