Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Cancel Pending order

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

    Cancel Pending order

    Hello team,


    below code is for Enter long position

    if ((Close[0] > Open[0]) )
    EnterLong(Convert.ToInt32(LOT), @"Long");

    below this code will exit Long posiotion
    if (Position.MarketPosition == MarketPosition.Long)
    ExitLong(Convert.ToInt32(LOT), @"Long");

    But i was looking for how i can cancel long position order which is pending not executed

    Thank You​




    #2
    Hello siddhugaddi,

    A market order should not remain in pending, that is executed at the current market price. The pending state may be due to a conflict in your logic, do you have any other order methods in your logic? Can you otherwise provide more detail about which connection/account was used to submit the order?

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    52 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    29 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    193 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    354 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    274 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X