Mynt
Mynt copied to clipboard
An Azure Functions-based crypto currency trading bot; featuring 10 exchanges, 25 indicators, custom strategy support, backtester and more
Hi, your project https://github.com/MachinaCore/MachinaTrader is not accessible. Why?
A web interface to be able to see what kind of trades you're running would be a great enhancement. It should take into account #24 when it's done and in...
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...
Currently the trading process has a serial nature to it. It retrieves all the markets, checks them all for possible trades and then creates all the found trades until no...
Exchanges have a limited request limit over API. Since Steven did a new branch called Rework, he is using now ExchangeSharp. This Nuget has several integrated Websockets from many Exchanges....
I believe there might be an issue when paying fees using BNB. Asset quantity that's persisted into the database doesn't match whats in the exchange wallet so there's a tiny...