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

Abstract data storage away from TradeManager #24

Closed sthewissen closed 6 years ago

sthewissen commented 6 years ago

Currently the trade manager is intimately related to the Azure Blob Storage data storage. It would be great if the data storage could be abstracted away so that other data storage methods can be supported in the future.

sthewissen commented 6 years ago

The groundwork for this is present in the rework branch.