Sunfire: What PC hardware is good for fast backtest in (not optimization) Every Tick? When doing backtest, is it using single core or multiple core of the CPU? It is using 33% of the memory and 12% of CPU. Where is the bottleneck? I would like it to use high % of the CPU. Change of which hardware can improve the backtest speed by a lot?
It will only use more CPU and RAM when optimising. When doing a single back-test run, the bottle-neck is usually the EA itself.
The better well written and more efficient your code is written, the faster the back-test will be.
Analyse your logic and profile your code to find out what can be improved.
EDIT: Also remove or disable printing to improve speed. Add a parameter to your EA to enable/disable debug prints to log files, so that you can use it only when needed.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
What PC hardware is good for fast backtest in (not optimization) Every Tick ?
When doing backtest, is it using single core or multiple core of the CPU?
It is using 33% of the memory and 12% of CPU. Where is the bottleneck? I would like it to use high % of the CPU.
Change of which hardware can improve the backtest speed by a lot??
My current hardware config:
CPU: 6 core, 12 thread at 3.6G
RAM: 32G
Storage: SSD NVME, Gen3