Currently only limit order is supported in after hour trading. Can we support more order types such as stop limit order and trailing stop limit order (or combo orders)? With only limit order type, we are not able to set stop limit. Thank you!
Why not manage your stop losses in your trading algorithm instead of relying on the brokerage? As long as the API is monitoring price action in real time, it should be able to function exactly the same as the brokerage would. From the server-side, it’ll be treated like any other sale, but the client-side parameters to trigger the sale order can mimic a stop order. I have not implemented the code yet, but that is my plan for premarket trading.