tonydero / Binance-volatility-trading-bot

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
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
The bot works with both Main and Testnet

Requirements: python-binance .7.9

For a step-by-step guide on how to implement and configure this bot please see the guide at: 
https://www.cryptomaton.org/2021/05/08/how-to-code-a-binance-trading-bot-that-detects-the-most-volatile-coins-on-binance/

About

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.

License:MIT License


Languages

Language:Python 100.0%