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 129 forks source link

Run local? #34

Closed nielshenriksen closed 6 years ago

nielshenriksen commented 6 years ago

I am very interested in this project but I need it to be able to run local. Is that in the roadmap?

twixwix commented 6 years ago

There is a windows service for local usage.

twixwix commented 6 years ago

In the master branch it is not possible to let it run on something else then azure table but in the rework branch you can do it on several databases. (SqlLite, SqlServer, etc.)

sthewissen commented 6 years ago

What Twix is saying is correct, there's a windows service / console version in the works. However, the rework branch is very much a work in progress. Use at your own discretion :)

nielshenriksen commented 6 years ago

ok thanks :)