aakashlpin/kha-ching

Does this system ensure no freak trades happen ?

Closed this issue · 2 comments

Does this system ensure no freak trades happen ?

We have support for both SL-L and SL-M orders.

SL-L orders do not guarantee execution and are hence monitored in a way that if the order stays Open for more than 30seconds after getting triggered, the algorithm would modify the order type from Limit to Market

While, SL-L orders are live, the modification of order type from Limit to Market is still under testing and will be rolled out in the coming week.

Thanks for the info.