random simon
random simon
The main part of config are just like this with tens of USD budget: ``` # The name of the exchange connector. exchange: kucoin # The trading pair. market: BTC-USDT...
After debug with my own code, I can solve the problem if change the order type to limit order only. change the code: ``` self._limit_order_type = self._market_info.market.get_maker_order_type() ``` to ```...
Try the truechain staking, the majority of reward allocated to PoS validator.
A software implementation for float number may enforce consistent.
This scenario is not that common in real trading, the logs seems not to reproduce the corresponding inventory. The errors here are quite easy. When your run out of your...
Maker order type(post only) does not allow you place order which can match the orderbook. However this behavior makes no sense in AV strategy but generate many errors until the...