OpenCL

 
Can any one coding OpenCL to any EA ?I pay money for it.
 
Bashar12341972: Can any one coding OpenCL to any EA ?

Are you asking if there are other users coding in OpenCL for MQL? Then yes, and here is an example ...

OpenCL::Example with Image Blurring Algorithm ,Questions and Issues - My OpenCL C source code: Blurring an image is 3 times faster than OpenCL

If you are seeking for someone to code for you, then use the Freelance section.

Also, use the "Search" to find related content.

 

Are you doing bulk repetitive calculations in the EA ? 

 
Lorentzos Roussos #:
Are you doing bulk repetitive calculations in the EA

Yes,and it take aboute 1 year for each test.

 
Bashar12341972 #:

Yes,and it take aboute 1 year for each test.

And is it taking one year because the calculations are heavy or because of the high number of possible combinations ?

 
Lorentzos Roussos #:
high number of possible combinations
high number of possible combinations aboute 1250000 for each symbol with Xeon cpu,so i need code to enable OpenCl in my EA.
 
Bashar12341972 #:
high number of possible combinations aboute 1250000 for each symbol with Xeon cpu,so i need code to enable OpenCl in my EA.

How long does one pass for one symbol take in non visual mode?

 
Lorentzos Roussos #:

How long does one pass for one symbol take in non visual mode?

Aboute one year.

 
Bashar12341972 #:

Aboute one year.

i mean one pass without optimization 1/1250000

 
Lorentzos Roussos #:

i mean one pass without optimization 1/1250000

Aboute 1 minute.

 
Bashar12341972 #:

Aboute 1 minute.

have you exhausted all possible speed gains for the mql5 code as is ? 

Reason: