using GPU rig for calculation

 

Hallo everybody,

does anyone of you use GPU rig to increase spead of calculations? Can anybody give me any advice where how to set up?

regards


szaqual

 
szaqual: does anyone of you use GPU rig to increase spead of calculations? Can anybody give me any advice where how to set up?

GPU is only used when you use things like the OpenCL. The rest is CPU based, so you will only benefit from such a rig if the MQL programs are designed specifically for GPU usage.

Documentation on MQL5: Working with OpenCL
Documentation on MQL5: Working with OpenCL
  • www.mql5.com
Working with OpenCL - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
 
szaqual:

Hallo everybody,

does anyone of you use GPU rig to increase spead of calculations? Can anybody give me any advice where how to set up?

regards


szaqual

You need to modify your mql5 to includ OPENCL.mqh

and then edit the fonctions to make them use OpenCL. 

Otherwise enabling or disabling it won't change anything.