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

Can't get pass 'Could not find config.yml' error #205

Open NeonBlight11 opened 3 years ago

NeonBlight11 commented 3 years ago

I made sure all pips and their latest versions are installed, as well as using the appropriate keys, but I continue getting that error.

Didn't edit 'config.yml' at all,

Any input is welcome.

dallibab commented 2 years ago

Im getting the same problem, have changed the path to be the full path even though the file is in the same directory.

also tried using

DEFAULT_CONFIG_FILE = r'c:/mypath/config.yml' but still getting the same cannot find file

goes for the CREDS.yml file too.