whittlem / pycryptobot

Python Crypto Bot (PyCryptoBot)
Apache License 2.0
1.97k stars 741 forks source link

Updated PyCryptoBot to allow using Crypto rather than Fiat as a base currency with small currency amounts #608

Closed woblit closed 2 years ago

woblit commented 2 years ago

PR - Updated PyCryptoBot to allow using Crypto rather than Fiat as a base currency with small currency amounts

These changes will enable people to use currencies such as BTC as a base currency rather than Fiat (e.g. GBP) which allow much smaller minimum orders than the hardcoded 10 used previously.

chriskoepf commented 2 years ago

I'm not positive, but I believe this PR breaks a few of the other base and quote minimum checks that are used to determine last transaction type.