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

Run local?

nielshenriksen opened this issue · comments

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

There is a windows service for local usage.

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.)

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 :)

ok thanks :)