Skip to content

How to use SET file in MT5? #332

Answered by kenorb
Harry040 asked this question in Q&A
Discussion options

You must be logged in to vote

How to generate the SET file in MT4

You can generate it either manually by editing the file or through the manual export (from the MetaTrader platform) by selecting the option you want to optimize.

When you're editing the file manually, then:

  • line with 1 is the starting value to optimize
  • line with 2 is the step value (0 for enums)
  • line with 3 is the stop value (inclusive)
  • line with F enables optimization for the given param (1 to enable)

So in the above example, you have optimization between -40 and 0 with step 5 (9 iterations).

How to use the SET file for MT4?

You can load it either:

  • manually in MT4 platform,
  • when using EA Tester, use -f (file) and -o to run in optimization mode (…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Harry040
Comment options

Answer selected by Harry040
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants