Mynt icon indicating copy to clipboard operation
Mynt copied to clipboard

An Azure Functions-based crypto currency trading bot; featuring 10 exchanges, 25 indicators, custom strategy support, backtester and more

Results 6 Mynt issues
Sort by recently updated
recently updated
newest added

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

enhancement
WIP

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

enhancement
help wanted
WIP

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

enhancement

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

need more info