TeamWertarbyte / crypto-trading-bot

A trading bot that does what you order him to do (use at your own risk)
MIT License
30 stars 18 forks source link

Fix no buying options due to wrong comparison with stable coins #42

Closed saschb2b closed 3 years ago

saschb2b commented 3 years ago

I've used quotaCurrency instead of symbol to compare against the stable coins array. Which was completely wrong. This is a big indicator that we need tests.