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 772 forks source link

Max time to hold #58

Open ShogunMan opened 3 years ago

ShogunMan commented 3 years ago

Suggestion for a parameter that sets the max number of different coins that can be held, so that the bot not runs amok and spends all your funds on a ton of coins.

Also a parameter that sells the coin if held for longer than x minutes/hours could be useful for getting rid of stale coins that does not move.

joban727 commented 3 years ago

This would be awesome

DrWilder commented 3 years ago

100% Agree with this. I have made mods to my clone of the code to achieve this. FYI the Binanace timestamp is ms not s; so divide by 1000.

ShogunMan commented 3 years ago

Only max time left to code