CPU suggestions
Created at 11 Sep 2024, 23:52
RO
CPU suggestions
11 Sep 2024, 23:52
I have about 25 instruments open which my algorithm tests and trades continuously. However, after a while, the algorithm slows down and stops trading. This may be due to too many instruments open at the same time. What can I upgrade my computer to fix this issue? I have 32 GB RAM, AMD Ryzen 5 3600 at 3.6GHz, GPU is a Radeon RX580.
PanagiotisCharalampous
12 Sep 2024, 09:22
Hi Rob,
I would start from trying to optimize my cBot code first. Check what is slowing down your algorithm and try to fix it. If there is a fundamental issue with your code, a better machine will just buy you some time but the issue will appear again.
Best regards,
Panagiotis
@PanagiotisCharalampous