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

Rework #30

Closed cryptoandrej closed 6 years ago

cryptoandrej commented 6 years ago

WIP, consolidating with latest rework branch happenings. Multitarget host (.net core console, .net framework console, windows service) is working, there's a sample web api controller. Timers need some more work (configuration, options). Configuration is set in json file. Sensitive data is handled through user secrets (or appsettings.overrides.json) - see json comments. Configuration needs some more work (coming soon).