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

how to run it as bot

adnanaman opened this issue · comments

I manage to run it as Backtester but not sure how to run it as actual live Bot..

Aspnetcore.host project is something seems empty, no UI.. hardly has couple of classes but not sure how to use it..

any Wiki page could be created to run it as Bot, explaining some basics would save a lot of time for people i believe. or reply to my post in bit detail to suffice this requirement. I am sure a lot of people wants to use it.

how can we choose/change different strategy for our bot (not backtester) ?

By changing the strategy where the LiveTradeManager class is instantiated. Do note that this bot is not necessarily something that is a run and forget type of bot. Some programming knowledge is necessary to run it.