Make it possible to place an order within the price range. For example, order price >= price <= so that if the price moves sharply, the deal can close within this price range, or not close at all, rather than at the first available price. Currently, the terminal has a fixed price function, but it works as a condition >= that is, the order works as a trigger and the actual execution at the first offer can close very far away.
·