sthewissen / Mynt

An Azure Functions-based crypto currency trading bot; featuring 10 exchanges, 25 indicators, custom strategy support, backtester and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Abstract data storage away from TradeManager

sthewissen opened this issue · comments

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.

The groundwork for this is present in the rework branch.