• Stars
    star
    3,343
  • Rank 13,297 (Top 0.3 %)
  • Language
    Python
  • License
    MIT License
  • Created over 3 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a fully functioning Binance trading bot that measures the volatility of every coin on Binance and places trades with the highest gaining coins If you like this project consider donating though the Brave browser to allow me to continuously improve the script.

Binance Volitility Trading Bot

Description

This Binance trading bot analyses the changes in price across allย coins on Binance and place trades on the most volatile ones. In addition to that, this Binance trading algorithm will also keep track of all the coins bought and sell them according to your specified Stop Loss and Take Profit.

The bot will listen to changes in price accross all coins on Binance. By default, we're only picking USDT pairs. We're excluding Margin (like BTCDOWNUSDT) and Fiat pairs

Information below is an example and is all configurable

  • The bot checks if the any coin has gone up by more than 3% in the last 5 minutes
  • The bot will buy 100 USDT of the most volatile coins on Binance
  • The bot will sell at 6% profit or 3% stop loss

You can follow the Binance volatility bot guide for a step-by-step walkthrough of the bot development.

READ BEFORE USE

  1. If you use the TEST_MODE: False in your config, you will be using REAL money.
  2. To ensure you do not do this, ALWAYS check the TEST_MODE configuration item in the config.yml file..
  3. This is a framework for users to modify and adapt to their overall strategy and needs, and in no way a turn-key solution.
  4. Depending on the current market, the default config might not do much, so you will have to adapt it to your own strategy.

Usage

Please checkout our wiki pages:

Troubleshooting

  1. Read the FAQ
  2. Open an issue / check us out on #troubleshooting at Discord ๐Ÿš€
    • Do not spam, do not berate, we are all humans like you, this is an open source project, not a full time job.

๐Ÿ’ฅ Disclaimer

All investment strategies and investments involve risk of loss. Nothing contained in this program, scripts, code or repository should be construed as investment advice. Any reference to an investment's past or potential performance is not, and should not be construed as, a recommendation or as a guarantee of any specific outcome or profit. By using this program you accept all liabilities, and that no claims can be made against the developers or others connected with the program.

More Repositories

1

Binance-News-Sentiment-Bot

This is a fully functioning Binance trading bot that takes into account the news sentiment for the top 100 crypto feeds. If you like this project consider donating though the Brave browser to allow me to continuously improve the script.
Python
1,563
star
2

binance-trading-bot-new-coins

This Binance trading bot detects new coins as soon as they are listed on the Binance exchange and automatically places sell and buy orders. It comes with trailing stop loss and other features. If you like this project please consider donating via Brave.
Python
1,442
star
3

gateio-crypto-trading-bot-binance-announcements-new-coins

This is a crypto trading bot that scans the Binance Annoucements page for new coins, and places trades on Gateio
Python
1,206
star
4

bitcoin-bot-buy-if-elon-tweets

This is a bitcoin bot that will automatically buy bitcoin if Elon Musk Tweets about it. It is a configurable crypto trading bot that listens to Technoking Musk to express his opinions on Bitcoin and buy as soon as he's tweeted.
Python
470
star
5

cryptocurrency-news-analysis

This python module can analyse cryptocurrency news for any number of coins given and return a sentiment. Can be easily integrated with a Trading bot to keep an eye on the news.
Python
197
star
6

Bitcoin-Surge-Trading-Alpha

Crypto trading bot that detects surges in the bitcoin price and executes trades.
Python
172
star
7

backtesting-for-cryptocurrency-trading

This is a simple backtesting framework to help you test your crypto currency trading. It includes a way to download and store historical crypto data and to execute a trading strategy.
Python
162
star
8

reddit-cryptocurrency-trading

This is a cryptocurrency trading bot that analyses Reddit sentiment and places trades on Binance based on reddit post and comment sentiment. If you like this project please consider donating via brave. Thanks.
Python
156
star
9

seo-gpt

This tool allows you scrape and re-write hundreds of articles in an original way using ChatGPT. Leverage the power of chatGPT in SEO, and say goodbye to your marketing intern.
Python
153
star
10

binance-dca-crypto-trading-bot

This is a DCA crypto trading bot built for Binance written in Python. It works by allowing you to DCA at an interval of your choosing and reports back on your average buy price as well as a chart consisting of each DCA.
Python
58
star
11

cryptocurrency-machine-learning-prediction-algo-trading

This is a functional trading bot that works by predicting the price of Bitcoin using Machine Learning, and placing trades based on its prediction. It's pretty experimental and largely untested, so please don't yolo.
C#
49
star
12

cryptocurrency-gpt

CryptocurrencyGPT is an all in one AI assistant that can help you mange your cryptocurrency portfolio. It uses the OpenAI API and adds powerful new features such as access to live market data, and the ability to buy and sell cryptocurrency on your behalf.
TypeScript
36
star
13

crypto-performance-tracker

Use this script to track the gains of cryptocurrencies using historical data and display it on a super-imposed chart in order to find the highest performing cryptocurrencies historically
Python
26
star
14

binance-inverse-trades-chrome-extension

This is a simple chrome extension that will inverse your Binance trades, therefore turning you into an unstoppable money-making machine. It buys when you sell and sells when you buy. It works with Binance Spot trading, Margin and Futures, for an added dose of obligatory yolo.
HTML
20
star
15

paper-trading-tracker-binance-algo-trading

This is a simple script that uses a json file format in order to plot and return daily PNL on trades placed on Binance. Can be used for deeper tracking if live trades on Binance or simply for tracking paper-trades.
Python
17
star
16

aaveV3-polygon-flashloan-bot

This is a Flashloan Bot that's designed to work on the AAVE V3 Protocol and Polygon Network.
Solidity
14
star
17

chat-gpts-chatbot

This chatbot was created using chatGPT and it uses ChatGPT to work. It's all built by the AI itself, I simply added a python env.
CSS
10
star
18

Cryptocurrency-Sentiment-Bot

This is a crypto trading bot with Sentiment Analysis Features. It used the Vader Lexicon to mark sentiment values for Reddit Posts. It can easily be extended to accept other data sources. Comes with Docker and Postgres. Crypto Sentiment Trading Bots use machine learning to score the sentiment a sentence and act based on it.
C#
5
star