lorcalhost / BTB-manager-telegram

A feature packed but easy-to-use Telegram bot for remotely managing Binance Trade Bot instances
MIT License
390 stars 155 forks source link

CRITICAL - Binance Trade Bot config file cannot be found at `../binance-trade-bot/user.cfg` #258

Closed jbrepogmailcom closed 2 years ago

jbrepogmailcom commented 2 years ago

I have cloned BTB... to folder home/user/binance-trade-bot and starting "python3 -m btb_manager_telegram" in that BTB... folder. The user.cfg is everywhere. Where should it be exactly?

titulebolide commented 2 years ago

I think it cannot find the whole binance-trade-bot folder. by default, your file structure should look like:

/home/user
├── binance-trade-bot
└── BTB-manager-telegram

If I understand correctly, the BTB-manager-telegram is currently located in hte binance-trade-bot folder, which is wrong.

jbrepogmailcom commented 2 years ago

OK I had to install BTB in parallel to trading_bot, not inside