sthewissen / Mynt

An Azure Functions-based crypto currency trading bot; featuring 10 exchanges, 25 indicators, custom strategy support, backtester and more
BSD 3-Clause "New" or "Revised" License
237 stars 128 forks source link

Develop #22

Closed cryptoandrej closed 6 years ago

cryptoandrej commented 6 years ago

Moving from static "Constants" settings to instance based (minimal changes made), possibly to break settings into even smaller classes in the future.

Configurable Telegram notifications.

When insufficient funds, don't throw exception (breaks service); instead just log and ignore.