Question -

Why pending orders isn't getting executed?

1 View
Jacquelyn Hanson
Answered 17 hours ago
<p id="isPasted">This might be because you’ve placed a limit order. Orders are executed on a ‘first come first serve’ basis.</p><p>So it means that if multiple bids are placed at the exact same price, and there is only one offer to counter it, the execution will happen for the person who placed the bid first.</p><p>Exchanges follow a "price-time priority" principle for both orders and quotes. Whenever an order is placed at any exchange, it's given a timestamp which is then used to prioritize your orders.</p><p>So until you reach the topmost priority level and find a counter bid/ask, your order …</p>