pyjuque
pyjuque copied to clipboard
Symbol in DB but not bot_config
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!
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.
Tudor, I think I found the issue. It seems name of the bot in the bot_config needs to change.