All Projects → sthewissen → Mynt

sthewissen / Mynt

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

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Mynt

Jesse
An advanced crypto trading bot written in Python
Stars: ✭ 1,038 (+529.09%)
Mutual labels:  bot, trading-bot, cryptocurrency, trading-strategies, trading-algorithms
Socktrader
🚀 Websocket based trading bot for 💰cryptocurrencies 📈
Stars: ✭ 152 (-7.88%)
Mutual labels:  bot, trading-bot, cryptocurrency, trading-strategies, trading-algorithms
Roq Api
API for algorithmic and high-frequency trading
Stars: ✭ 132 (-20%)
Mutual labels:  trading-bot, cryptocurrency, trading-strategies, trading-algorithms
Crypto Trading Bot
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, FTX, Bybit ... (public edition)
Stars: ✭ 1,089 (+560%)
Mutual labels:  bot, trading-bot, cryptocurrency, trading-strategies
Algotrading
Algorithmic trading framework for cryptocurrencies.
Stars: ✭ 249 (+50.91%)
Mutual labels:  bot, trading-bot, cryptocurrency, trading-algorithms
Wolfbot
Crypto currency trading bot written in TypeScript for NodeJS
Stars: ✭ 335 (+103.03%)
Mutual labels:  trading-bot, cryptocurrency, trading-strategies, trading-algorithms
Cassandre Trading Bot
Cassandre makes it easy to create your Java crypto trading bot. Our Spring boot starter takes care of exchange connections, accounts, orders, trades, and positions.
Stars: ✭ 120 (-27.27%)
Mutual labels:  bot, trading-bot, cryptocurrency, trading-strategies
Kelp
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
Stars: ✭ 580 (+251.52%)
Mutual labels:  trading-bot, cryptocurrency, trading-strategies, trading-algorithms
Cryptocurrency Trading Bots Python Beginner Advance
Crypto Trading Bots in Python - Triangular Arbitrage, Beginner & Advanced Cryptocurrency Trading Bots Written in Python
Stars: ✭ 672 (+307.27%)
Mutual labels:  trading-bot, cryptocurrency, trading-strategies, trading-algorithms
Gekko Strategies
Strategies to Gekko trading bot with backtests results and some useful tools.
Stars: ✭ 1,022 (+519.39%)
Mutual labels:  trading-bot, cryptocurrency, trading-strategies, trading-algorithms
Hummingbot chinese
hummingbot中文资源
Stars: ✭ 114 (-30.91%)
Mutual labels:  trading-bot, cryptocurrency, trading-strategies, trading-algorithms
Binance grid trader
A grid trading strategy and trading-bot for Binance Exchange. 币安交易所的网格交易
Stars: ✭ 132 (-20%)
Mutual labels:  trading-bot, trading-strategies, trading-algorithms
Turingtrader
The Open-Source Backtesting Engine/ Market Simulator by Bertram Solutions.
Stars: ✭ 132 (-20%)
Mutual labels:  trading-bot, trading-strategies, trading-algorithms
Binance Trading Bot
Automated Binance trading bot - Buy low/Sell high with stop loss limit/Trade multiple cryptocurrencies
Stars: ✭ 87 (-47.27%)
Mutual labels:  bot, trading-bot, cryptocurrency
Tradingview Alert Binance Trader
This trading bot listens to the TradingView alert emails on your inbox and executes trades on Binance based on the parameters set on the TD alerts.
Stars: ✭ 100 (-39.39%)
Mutual labels:  trading-bot, trading-strategies, trading-algorithms
Quant
Codera Quant is a Java framework for algorithmic trading strategies development, execution and backtesting via Interactive Brokers TWS API or other brokers API
Stars: ✭ 104 (-36.97%)
Mutual labels:  trading-bot, trading-strategies, trading-algorithms
Astibot
Astibot is a simple, visual and automated trading software for Coinbase Pro cryptocurrencies (Bitcoin trading bot)
Stars: ✭ 104 (-36.97%)
Mutual labels:  trading-bot, cryptocurrency, trading-algorithms
Influx Crypto Trader
Node js trading bot, let you create trading strategy and run it (backtest/simulation/live)
Stars: ✭ 49 (-70.3%)
Mutual labels:  trading-bot, cryptocurrency, trading-strategies
Kupi Terminal
Ccxt based, open source, customized, extendable trading platform that supports 130+ crypto exchanges.
Stars: ✭ 104 (-36.97%)
Mutual labels:  bot, cryptocurrency, trading-strategies
Quant Trading
Python quantitative trading strategies including VIX Calculator, Pattern Recognition, Commodity Trading Advisor, Monte Carlo, Options Straddle, Shooting Star, London Breakout, Heikin-Ashi, Pair Trading, RSI, Bollinger Bands, Parabolic SAR, Dual Thrust, Awesome, MACD
Stars: ✭ 2,407 (+1358.79%)
Mutual labels:  trading-bot, trading-strategies, trading-algorithms

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

  • Comes with 25 built-in indicators
  • Comes with a few built-in strategies
  • Create your own strategies using indicators and price data
  • Runs on multiple platforms
  • Supports multiple data storage engines
  • Supports up to 10 different exchanges
  • Ability to send notifications about your trades

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].