Support Board
Date/Time: Mon, 15 Sep 2025 11:49:29 +0000
Post From: How to set Price1 few ticks higher
[2021-03-22 08:56:09] |
Flipper_2 - Posts: 57 |
You are trying to submit a buy limit order above current price, in which case it will fill immediately at the current best ask.
Ha! Yes didn't notice that. So the order type should probably be, BuyOrder.OrderType = SCT_ORDERTYPE_STOP;
If you want the order to trigger if it trades 2 ticks above the current high. |