pyjuque icon indicating copy to clipboard operation
pyjuque copied to clipboard

Symbol in DB but not bot_config

Open cantami opened this issue 2 years ago • 2 comments

Hi Tudor,

I noticed that even though my bot_config has 'symbols': ['BTC/USDT', 'ETH/USDT'], in the DB table called pair 3 symbols show up (BTC, ETH and ADA) and ADA appears as active. Also ADA appears in the terminal when I executeBot().

Is the bot respecting my bot_config?

Thank you!

cantami avatar Jun 26 '22 15:06 cantami

btw, I also noticed that in the table called order the column is_test equals 1 for every row even though in my bot_config I wrote 'test_run': False,

It seems executeBot() is not respecting my bot_config.

cantami avatar Jun 27 '22 16:06 cantami

Tudor, I think I found the issue. It seems name of the bot in the bot_config needs to change.

cantami avatar Jun 27 '22 17:06 cantami