By reading the README I understood that markets orders were used by default and it would used limit order only for debug
But in the code, that's not what it does : it always uses limit orders and there is no way to change that from the configuration :
|
order_type: OrderType = OrderType.limit, |
By reading the README I understood that markets orders were used by default and it would used limit order only for debug
But in the code, that's not what it does : it always uses limit orders and there is no way to change that from the configuration :
kraken_api_dca/order.py
Line 25 in 29f0f97