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

Suggestion - implement rolling profit take #30

Closed pekac45 closed 3 years ago

pekac45 commented 3 years ago

Instead of taking profits on 6% gain, what about creating a new stop loss on 3% original gain? In that scenario, the order would not be sold on 6% but carry on until it hits 3% gain.

Every 5 minutes when the script checks if the price raised, it could create new stop loss instead of waiting/selling the ticker.

Davidobot commented 3 years ago

Implemented in https://github.com/CyberPunkMetalHead/Binance-volatility-trading-bot/pull/64

Davidobot commented 3 years ago

Recommend closing this issue due to it being resolved.