AUTOMATED OPTIMIZATION OF A TRADING ROBOT IN REAL TRADING I need a self-optimization (using the library auto_optimization_204.mqh as it explained here : https://www.mql5.com/ru/code/7090 for an EA based on stochastic crossing provided in attachment The goal is to use the MetaTrader backtesting on a second MT4 platform dedicated for this purpose. it opens the secondary optimizer tester platform and runs an optimization the optimize routine must be called within the EA with the help of the library auto_optimization_204.mqh the optimization should be done every night at 11 PM The code must create the optimise.ini file and copies it into the terminal folder successfully, the shell command is given to launch the terminal to get an output in .htm After, a script must move the output file to analyze it and fetch the best values for the parameters the parameters to be optimized are : KPeriod oversold overbought ATR_period inStoplossMultiple inTakeProfitMultiple