Open EA configuration given a certain condition

 
Hello, would any of you know in MQL5 how to open the configuration window of an expert advisor if a certain condition is met? For example, if the number of trades is greater than 5, open the EA's configuration window.
 
Antonio Simon Del Vecchio: Hello, would any of you know in MQL5 how to open the configuration window of an expert advisor if a certain condition is met? For example, if the number of trades is greater than 5, open the EA's configuration window.
Not possible in MQL! You can however create your own user interface for the user to adjust parameters.
 
Fernando Carreiro #:
Not possible in MQL! You can however create your own user interface for the user to adjust parameters.
Thank you Fernando, It is what I had in mind but I wanted to clear up doubts. Thank you so much.