Sale

More BackTest Results MT5

Original price was: $80.Current price is: $29.

or
SKU: DFC34EF8AA98C4B2 Categories:
GUARANTEED SAFE CHECKOUT Pay safely with Visa Pay safely with Master Card Pay safely with PayPal Pay safely with American Express Pay safely with Maestro Pay safely with Bitcoin Pay on Ethereum Pay on Polygon Pay on Arbitrum Pay on Avalanche

More BackTest Results MT5 is a library that enhances MetaTrader 5’s backtesting capabilities by outputting numerous optimization results. It supports easy customization of output names and formats, allowing for comprehensive analysis and simultaneous display of multiple strategy results, improving trading strategy evaluation efficiency.

1. What is this

The MT5 system comes with very few optimization results. Sometimes we need to study more results. This library allows you to output more results during backtest optimization. It also supports printing more strategy results in a single backtest.

2. Product Features

  • The results of the optimized output are quite numerous.
  • CustomMax can be customized.
  • The output is in the Common folder.
  • It is automatically named according to the name of the EA, and the name of the same EA will be automatically updated for multiple backtests without overwriting the previous results.
  • The function is so simple that you can understand it at a glance.
                        #import "More BackTest Results.ex5" // Libraries Folder, Download from the market.                    //---Set CustomMax                    void  iSetCustomMax(string mode);                     //---Display multiple strategy results when backtesting alone (not opt).                    void  iOnDeinit();                     //---                    void  iOnTesterInit();                     double  iOnTester();                     void  iOnTesterPass(string lang = "EN"); // set language.                     void  iOnTesterDeinit();                     #import                

3. How to use

  • Download the .ex5 library, normally it is under the ScriptsMarket folder. Then move it to the Libraries folder.
  • Download the More_BackTest_Result.mqh file from this link and place the More_BackTest_Result.mqh file in the Include folder.
  • You can refer to the usage method in More_BackTest_Result.mqh; I designed it very simple so that you can understand it at a glance.
  • Usually, you just need to load a code in the EA and you’re done.
                    #include <More_BackTest_Result.mqh>            
  • If you need to modify the language, it is not necessary, you need to modify an affix in mqh. Refer to 4 for details.
  • If you need to set CustomMax, you need to set it in EA, it is not necessary, the default is TB value. Refer to 5 for details.

4. Change the language

Support English (EN) and Chinese (CN), it is not necessary; if you do not set it, the default is English, you can also set the output to Chinese.

Just modify an affix in More_BackTest_Result.mqh:

            void OnTesterPass() {                // You can set the language to Chinese or English.                string language = "EN"; // "EN","CN"                iOnTesterPass(language);            }        

5. Set CustomMax

All policy results are supported as CustomMax. It is not required. If you do not set it, it defaults to the TB value. You can also set it according to your own needs.

You just need to type the following code in your EA:

            int OnInit() {                //---Set CustomMax                iSetCustomMax("CUSTOM_SQN");                 //---                return(INIT_SUCCEEDED);            }        

6. Function iSetCustomMax(string mode) parameter analysis

Please refer to the Chinese and English versions: https://www.mql5.com/en/blogs/post/748011

7. EA uses samples

        //+------------------------------------------------------------------+        //|        __TEST_EX__.mq5 |        //| Copyright 2022, i201102053. |        //| https://www.mql5.com/en/users/i201102053 |        //+------------------------------------------------------------------+        #property copyright "Copyright 2022, i201102053."        #property link "https://www.mql5.com/en/users/i201102053"        #property version "1.00"        #include <More_BackTest_Result.mqh>  // Usually it is enough to load this sentence.        //+------------------------------------------------------------------+        //| Expert initialization function                                       |        //+------------------------------------------------------------------+        int OnInit() {            //---Set CustomMax, unnecessary.            iSetCustomMax("CUSTOM_SQN");             return(INIT_SUCCEEDED);        }        //+------------------------------------------------------------------+        //| Expert deinitialization function                                     |        //+------------------------------------------------------------------+        void OnDeinit(const int reason) {            //---Display multiple strategy results when backtesting alone (not opt). unnecessary            iOnDeinit();        }                //+------------------------------------------------------------------+        //| Expert tick function                                                 |        //+------------------------------------------------------------------+        void OnTick() {                    }    

more backtest results logo 200×200 6013more backtest results screen 5404more backtest results screen 2298more backtest results screen 4429more backtest results screen 6263more backtest results screen 6451

Reviews

There are no reviews yet.

Be the first to review “More BackTest Results MT5”

Your email address will not be published. Required fields are marked

You have to be logged in to be able to add photos to your review.

Stargogs Pay EA MT5

Original price was: $110.Current price is: $29.

Skynet EA MT4

Original price was: $70.Current price is: $29.

King Sniper EA MT4

Original price was: $399.Current price is: $29.

Neon Trade EA MT4

Original price was: $1,499.Current price is: $29.

Black Dragon EA MT5

Original price was: $30.Current price is: $29.

ForexScalpEA EA MT4

Original price was: $299.Current price is: $199.

Alpha Striker Smc King V3 EA MT4

Original price was: $500.Current price is: $29.

Diamond Infinity EA MT4

Original price was: $293.Current price is: $29.

Market Reversal Alerts MT4

Original price was: $49.Current price is: $29.

Trend Line PRO EA MT4

Original price was: $299.Current price is: $29.

BlackMamba EA MT4

Original price was: $500.Current price is: $29.

Big Forex Players EA MT4

Original price was: $1,599.Current price is: $29.
More BackTest Results MT5

Original price was: $80.Current price is: $29.