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

Improve dry running functionality #23

Closed sthewissen closed 6 years ago

sthewissen commented 6 years ago

Currently dry running is not able to update trades because no actual orders are being created on an exchange. To provide a full dry running experience dry running needs to be able to perform all the functionalities that the bot can perform.

sthewissen commented 6 years ago

Dry running is going to be replaced by the PaperTradeManager currently under construction in the rework branch.