Forum

NVIDIA CUDA for strategy testing

Any of the programmers here know how to setup CUDA to work with the MetaTrader 5 strategy tester ? I have a very expensive GPU with liquid cooling just hanging out while my CPU could use the help. I am surprised actually this is not implemented into the MT5 software. V/R Bruce Lesko

Depth of Market

I am working on a Depth of Market (DOM) scalping system . I want to add this EA to the market but not sure how traders can back-test it with DEMO. I will look to offering a signal of the EA but this is not the same as doing an back-test yourself. Would you suggest they optimize the entry and exit

Affiliate Program for sellers

As a seller I would like to increase my sells by implementing an affiliate program. I have searched the MQL5 website to no avail. If no such program is in place for sellers on the marketplace, I would strongly encourage it being introduced. This will increase user registration on the website

Adding an icon to EA

I am trying to add an icon to my EA. When I try to compile the code #property icon "C:\Users\Goliath\Desktop\Advisor\Logo\AlphaSeeker.ico" I get the following error. cannot open icon file 'C:\Users\Goliath\Desktop\Advisor\C:\Users\Goliath\Desktop\Advisor\Logo\AlphaSeeker.ico' I am not a programmer