Amin Saqi
Amin Saqi
I'm trying to get the execution price of the recently placed order like the following: ``` orderId = order_target_percent(context.asset, 1) order, execPrice = get_order(orderId, return_price=True) ``` But I get the...
Even though that I've set `enableRateLimit` to `True` in the exchange config, the library hits the rate limit of the exchange. I enabled logging and I saw that the library...
I want to watch open candles to be able to exit on fixed and indicator-based stop-loss levels in live mode. However, when I set `drop_newest` to `False`, only the first...