Mynt
Mynt copied to clipboard
how to run it as bot
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.
There are wiki pages for running it both locally and in the cloud.
https://github.com/sthewissen/Mynt/wiki/Cloud-installation-on-Azure https://github.com/sthewissen/Mynt/wiki/Local-installation-using-SQL-Express-and-IIS-Express
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.