edeng23 / binance-trade-bot

Automated cryptocurrency trading bot
GNU General Public License v3.0
7.88k stars 2.19k forks source link

Backtesting: "current coin XXXUSDT not found" #289

Open pefman opened 3 years ago

pefman commented 3 years ago

im currently doing some back testing, where i have ran into an issue i cannot get rid off.

I have tested this with a non modified git clone where i only updated the api credentials.

2021-04-21 15:00:40,536 - backtesting_logger - INFO - Fetching prices for EOSUSDT between 2021-04-20 02:57:00 and 20 Apr 2021 19:37:00
2021-04-21 15:00:41,185 - backtesting_logger - INFO - Skipping scouting... current coin EOSUSDT not found

Things i have tried.

Im not sure what i can do more to test, logs are not very verbose im afraid.

2021-04-21 15:00:49,221 - backtesting_logger - INFO - Fetching prices for EOSUSDT between 2021-04-20 03:02:00 and 20 Apr 2021 19:42:00
2021-04-21 15:00:49,874 - backtesting_logger - INFO - Skipping scouting... current coin EOSUSDT not found
2021-04-21 15:00:49,877 - backtesting_logger - INFO - Fetching prices for EOSUSDT between 2021-04-20 03:03:00 and 20 Apr 2021 19:43:00
2021-04-21 15:00:50,523 - backtesting_logger - INFO - Skipping scouting... current coin EOSUSDT not found
2021-04-21 15:00:50,526 - backtesting_logger - INFO - Fetching prices for EOSUSDT between 2021-04-20 03:04:00 and 20 Apr 2021 19:44:00
2021-04-21 15:00:51,170 - backtesting_logger - INFO - Skipping scouting... current coin EOSUSDT not found
2021-04-21 15:00:51,172 - backtesting_logger - INFO - Fetching prices for EOSUSDT between 2021-04-20 03:05:00 and 20 Apr 2021 19:45:00
2021-04-21 15:00:51,815 - backtesting_logger - INFO - Skipping scouting... current coin EOSUSDT not found
2021-04-21 15:00:51,817 - backtesting_logger - INFO - Fetching prices for EOSUSDT between 2021-04-20 03:06:00 and 20 Apr 2021 19:46:00
2021-04-21 15:00:52,478 - backtesting_logger - INFO - Skipping scouting... current coin EOSUSDT not found
2021-04-21 15:00:52,481 - backtesting_logger - INFO - Fetching prices for EOSUSDT between 2021-04-20 03:07:00 and 20 Apr 2021 19:47:00
2021-04-21 15:00:53,152 - backtesting_logger - INFO - Skipping scouting... current coin EOSUSDT not found
2021-04-21 15:00:53,154 - backtesting_logger - INFO - Fetching prices for EOSUSDT between 2021-04-20 03:08:00 and 20 Apr 2021 19:48:00
2021-04-21 15:00:53,802 - backtesting_logger - INFO - Skipping scouting... current coin EOSUSDT not found
2021-04-21 15:00:53,804 - backtesting_logger - INFO - Fetching prices for EOSUSDT between 2021-04-20 03:09:00 and 20 Apr 2021 19:49:00
2021-04-21 15:00:54,487 - backtesting_logger - INFO - Skipping scouting... current coin EOSUSDT not found
2021-04-21 15:00:54,491 - backtesting_logger - INFO - Fetching prices for EOSUSDT between 2021-04-20 03:10:00 and 20 Apr 2021 19:50:00
2021-04-21 15:00:55,136 - backtesting_logger - INFO - Skipping scouting... current coin EOSUSDT not found
2021-04-21 15:00:55,138 - backtesting_logger - INFO - Fetching prices for EOSUSDT between 2021-04-20 03:11:00 and 20 Apr 2021 19:51:00
2021-04-21 15:00:55,791 - backtesting_logger - INFO - Skipping scouting... current coin EOSUSDT not found
2021-04-21 15:00:55,794 - backtesting_logger - INFO - Fetching prices for EOSUSDT between 2021-04-20 03:12:00 and 20 Apr 2021 19:52:00
pefman commented 3 years ago

This could actually be related to binance upgrade yesterday. Perhaps the data is simply not there...

pefman commented 3 years ago

never mind that was not it...

I set the backtesting to only use todays date. still

2021-04-21 15:14:51,526 - backtesting_logger - INFO - Skipping scouting... current coin ADAUSDT not found
2021-04-21 15:14:51,528 - backtesting_logger - INFO - Fetching prices for ADAUSDT between 2021-04-21 13:53:00 and 21 Apr 2021 15:14:51
2021-04-21 15:14:52,024 - backtesting_logger - INFO - Skipping scouting... current coin ADAUSDT not found
2021-04-21 15:14:52,026 - backtesting_logger - INFO - Fetching prices for ADAUSDT between 2021-04-21 13:54:00 and 21 Apr 2021 15:14:52
2021-04-21 15:14:52,515 - backtesting_logger - INFO - Skipping scouting... current coin ADAUSDT not found
2021-04-21 15:14:52,517 - backtesting_logger - INFO - Fetching prices for ADAUSDT between 2021-04-21 13:55:00 and 21 Apr 2021 15:14:52
2021-04-21 15:14:53,007 - backtesting_logger - INFO - Skipping scouting... current coin ADAUSDT not found
2021-04-21 15:14:53,009 - backtesting_logger - INFO - Fetching prices for ADAUSDT between 2021-04-21 13:56:00 and 21 Apr 2021 15:14:53
2021-04-21 15:14:53,502 - backtesting_logger - INFO - Skipping scouting... current coin ADAUSDT not found
bryaneaton commented 3 years ago

I'm having the exact same issue, odd

SolosoftNL commented 2 years ago

Is there already a solution about this issue?

SpartanIIMC commented 2 years ago

I'm seeing the same here

str commented 1 year ago

It started happening again.