Maathouse
Maathouse
The minimal amount to place orders is 0.001 BTC, which equals around $10. Whenever you aim for a lower quantity, it can't place an order. Furthermore, the buy orders get...
Isn't this accidently in 'select' mode? Then the script pauses.
Not sure what you mean. Sell at x for 10100 is clear, but purchase with 'x', what do you mean with that?
I read this as that the bot tries to sell a given balance but that isn't available so it fails to create a sell order. Then you want to check...
Market making
Hi! Replace this with the screenlog part in Trading.py, it also gives the spread: # Screen log if self.option.prints and self.order_id == 0: spreadPerc = (lastAsk/lastBid - 1) * 100.0...