Mynt icon indicating copy to clipboard operation
Mynt copied to clipboard

how to run it as bot

Open adnanaman opened this issue 6 years ago • 3 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.

adnanaman avatar Jun 20 '18 11:06 adnanaman

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

sthewissen avatar Jun 20 '18 11:06 sthewissen

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

adnanaman avatar Jun 20 '18 13:06 adnanaman

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.

sthewissen avatar Jun 20 '18 13:06 sthewissen