HankScorpi0 / Mynt

An Azure Functions-based crypto currency trading bot integrating with Binance and Bittrex & custom strategy support and a backtester.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mynt

Finding this useful? Consider a donation!

Donate with Bitcoin

Donate with Ethereum

Donate with Litecoin

Join us on Slack!

Mynt

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.

Features

  • Comes with 25 built-in indicators
  • Comes with 50 built-in strategies
  • Create your own strategies using indicators and price data
  • Runs on multiple platforms
    • Azure Functions
    • Console app
    • Windows service
  • Supports multiple data storage engines
    • Azure Table Storage
    • SQL Server
    • SQLite
  • Supports multiple exchanges
    • Binance
    • Bitfinex
    • Bittrex
    • Poloniex
  • Ability to send notifications about your trades
    • Slack
    • Telegram
    • Discord

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:

  • Create your PR against the develop branch, not master.
  • If you are unsure, discuss the feature in an issue before a PR.

About

An Azure Functions-based crypto currency trading bot integrating with Binance and Bittrex & custom strategy support and a backtester.

License:GNU Affero General Public License v3.0


Languages

Language:C# 100.0%