5ymph0en1x / SyDOM

Sophisticated Scalper Bot for BitMEX using orders imbalance analysis
GNU General Public License v3.0
90 stars 39 forks source link

new error #4

Closed rottenronin1 closed 1 year ago

rottenronin1 commented 4 years ago

2020-07-20 02:06:43,006 - main - ERROR - Unable to allocate 70.2 MiB for an array with shape (2, 4600571) and data type int64 2020-07-20 02:06:44,841 - main - INFO - Starting AutoTraining Module... Estimated computing time: 10 minutes

more errors:

2020-07-20 02:16:24,999 - main - ERROR - Unable to allocate 70.2 MiB for an array with shape (2, 4600571) and data type int64 2020-07-20 02:16:26,686 - main - INFO - Starting AutoTraining Module... Estimated computing time: 10 minutes 2020-07-20 02:19:09,666 - utils.autotrain - INFO - quote: 4600571 - trade: 793618 2020-07-20 02:22:00,308 - utils.autotrain - INFO - XBTUSD formating... 2020-07-20 02:22:08,321 - utils.autotrain - INFO - XBTUSD done 2020-07-20 02:22:08,322 - main - ERROR - Unable to allocate 34.4 MiB for an array with shape (2, 2253604) and data type float64 2020-07-20 02:22:10,386 - main - INFO - Starting AutoTraining Module... Estimated computing time: 10 minutes

what are the minimum system requirements to run this? can it be run on a raspberrypi? thanks!

5ymph0en1x commented 4 years ago

Hello rottenronin1, I just tried to run SyDOM on my Raspberry Pi 4 and it failed the same way as yours... So this script doesn't work on Raspi ! Best regards

recycletechno commented 3 years ago

Hi!

I have the same issue but on Windows 10 x64, i5-7200U CPU, 8 RAM: 2020-11-18 11:49:42,346 - utils.bitmex_websocket_com - INFO - Authenticating with API Key. 2020-11-18 11:49:43,349 - utils.bitmex_websocket_com - INFO - Connected to WS. 2020-11-18 11:49:45,157 - utils.bitmex_websocket_com - INFO - Got all market data. Starting. 2020-11-18 11:49:47,614 - main - INFO - It began in Africa 2020-11-18 11:49:47,615 - main - INFO - Starting AutoTraining Module... Estimated computing time: 10 minutes 2020-11-18 11:52:31,810 - main - ERROR - Unable to allocate 187. MiB for an array with shape (2, 12281124) and data type float64 2020-11-18 11:52:33,670 - main - INFO - Starting AutoTraining Module... Estimated computing time: 10 minutes 2020-11-18 11:53:26,513 - main - ERROR - Unable to allocate 93.7 MiB for an array with shape (1, 12281124) and data type int64 2020-11-18 11:53:28,216 - main - INFO - Starting AutoTraining Module... Estimated computing time: 10 minutes

5ymph0en1x commented 1 year ago

Can you retry this with the updated version for python 3.10 ?