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.4k stars 774 forks source link

Make it clearer whether units are seconds or minutes in config #115

Closed DarrenSmallwood closed 3 years ago

DarrenSmallwood commented 3 years ago

It's not clear in the config file whether the units are seconds or minutes for each setting.

For example: TIME_DIFFERENCE states that it's minutes in the comment but RECHECK_INTERVAL doesn't.

MikkMakk commented 3 years ago

Because recheck interval is not a time unit it says how many times the Prices are checked.

Time differnce 2 minutes Recheck 120

This results in pricecheck (if TP or SL is reached) every second.