sthewissen / Mynt

An Azure Functions-based crypto currency trading bot; featuring 10 exchanges, 25 indicators, custom strategy support, backtester and more
BSD 3-Clause "New" or "Revised" License
237 stars 129 forks source link
azure-functions bot cryptocurrency csharp trading-algorithms trading-bot trading-strategies

IMPORTANT NOTICE

This project is not actively being developed anymore. All of the development effort had been moved over to the MachinaTrader project which is a continuation of this project. The code in this repo works and remains here for that reason. However, take the code as it is. No active support will be given.

See the new project at:

https://github.com/MachinaCore/MachinaTrader

Welcome!

Welcome to the Mynt cryptocurrency trade bot! This bot enables you to trade cryptocurrencies in an automated fashion and comes with a lot of different configuration options. It is a .NET based trade bot that runs at set intervals to find trades and monitor them for sell conditions.

Main Features

History

A lot of the logic is based on the Freqtrade bot and was converted to C#. This software was initially created for educational purposes only. Don't risk money which you are afraid to lose. The bot runs at a pre-defined interval of 1 hour, since that matches the candle data it retrieves from the exchange. This bot was first mentioned in one of my blogposts.

Documentation

Additional tools used

Contributing

Feel like this bot is missing a feature? Pull requests are welcome! A few pointers for contributions: