Discussion of article "Automated Optimization of an EA for MetaTrader 5" - page 3

 
That's awesome! I have an "optimization strategy" for my ea, can I automatizate my optimization like this? (first gen opt, choose favorable set, then opt other inputs, then again opt other inputs, etc..)
 

Hi @Bruno Paulet 

I want to ask about 2 things

First is about this statement,

we define the Expert we want to optimize ("BuddyIlan") - this EA must be present in the second environment

Do I need to put my EA at specified location or not?

Second is that whenever EA tester launch it will immediately close, how can I fix this?

 
Fernando Carreiro #: Because Python code runs externally to MetaTrader 5 via an API. It does not run as a compiled MQL5 executable.

What if I converted the Python script to a DLL?

 
Gamuchirai Zororo Ndawana #:What if I converted the Python script to a DLL?
Then you might as well just write directly it in MQL.