CyberPunkMetalHead / 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.
MIT License
3.39k stars 775 forks source link

Stop catching a falling knife #119

Closed rorangi closed 3 years ago

rorangi commented 3 years ago

bot needs to recognise it just sold a coin, and so not to rebuy or recalc rise on it for a period otherwise it keeps buying and selling a falling knife that mooned a minute ago

ShogunMan commented 3 years ago

Feel free to code it and put up a PR

Davidobot commented 3 years ago

Good catch. I was afruallt meaning to do something like this with the volatility cool off. Easy fix, will push in an hour or so

Davidobot commented 3 years ago

Addressed by https://github.com/CyberPunkMetalHead/Binance-volatility-trading-bot/pull/139