Page 1 of 1

Can ForexTester handle complex strategies?

Posted: Sat Feb 10, 2018 12:52 pm
by schnak
Can ForexTester handle complex strategies?
Run on multiple pairs simultaneously.
Initiate multiple trade entries based on parameters using indicators and profit targets.

Thanks,
Jeff

Re: Can ForexTester handle complex strategies?

Posted: Tue Feb 13, 2018 3:53 am
by FX Helper
Hello,

Forex Tester software allows testing multicurrency strategies with multiple entries but please note that these experts need to be written in the Forex Tester format and have .dll extension.

Forex Tester program doesn't allow using MT4 experts, so you can't test them in our program.

The only way is to rewrite these EAs into the Forex Tester format (we provide Delphi and C++ API files for this purpose) and then add this EA into the Forex Tester program.
The conversion is not very difficult because our API is very similar to MQL. Please see more information about API here:
Forex Tester -> Help -> Strategies API
viewforum.php?f=8
viewforum.php?f=9

API files can be found in C:\ForexTester3\Examples\Strategies folder (by default).