Technical Indicators for MetaTrader 5

Special Offer!

Time Left to Buy:

Up to 25% OFF

Shopping cart

The cart is empty

MetaTrader 5

Top Rated Products MT5

999 $749 $ AI Gen XII MT4
Denis Kurnev
4 5 4 Product
999 $749 $ Nmt5
Liang Qi Quan
4.5 5 2 Product
2 199 $1 649 $ Ak47tutu
Dian Zhou
4.5 5 2 Product

WalkForwardLight MT5

walkforwardlight-mt5-logo-200x200-2424
95 $71 $

Free updates are included

We accept crypto: BTC, ETH, BCH and more...

30-Day Money Back Guarantee
100% Guarantee of Originality

Information

Libraries
MetaTrader 5
Stanislav Korotky
1.3
5

Overview

This is a simplified and effective version of the library for walk forward analysis of trading experts. It collects data about the expert's trade during the optimization process in the MetaTrader tester and stores them in intermediate files in the "MQL5\Files" directory. Then it uses these files to automatically build a cluster walk forward report and rolling walk forward reports that refine it (all of them in one HTML file). Using the WalkForwardBuilder MT5 auxiliary script allows building other reports on the same intermediate data for other optimization criteria. This is convenient in that it eliminates the re-optimization step in the tester. The script is free.

There is a similar library for MetaTrader 4 - WalkForwardLight. It has fewer features, it requires performing part of the operations manually.

A detailed User's Guide is available in the blog.

This library performs a walk-forward analysis using an unconventional method (details are in the User's Guide). There is the WalkForwardOptimizer MT5 library (also available for MetaTrader 4) for those, who want to adhere to the standard procedure more accurately (as much as possible with an implementation in the built-in tester without third-party programs). It supports more operation modes and provides more customization options, but it is accordingly more complex and more resource-intensive.


The wfL.mqh header file

enum WFO_ESTIMATION_METHOD {wfo_profit, wfo_sharpe, wfo_pf, wfo_drawdown, wfo_profit_by_drawdown, wfo_profit_trades_by_drawdown, wfo_average};

input WFO_ESTIMATION_METHOD Estimator = wfo_profit;

#import "wfL.ex5"
  void wfl_OnTesterInit();
  void wfl_OnTesterPass();
  void wfl_OnTesterDeinit(const WFO_ESTIMATION_METHOD estimator);
  void wfl_OnInit();
  double wfl_OnTester();
  void wfl_OnTick();
#import


Example of use in an expert code

input bool EnableWFL = false;

#include <wfL.mqh>

int OnInit()
{
  // your working code
  // ...
  if(EnableWFL) wfl_OnInit();
  return(INIT_SUCCEEDED);
}

void OnTick()
{
  // your working code
  // ...
  if(EnableWFL) wfl_OnTick();
}

void OnTesterInit()
{
  if(EnableWFL) wfl_OnTesterInit();
}

void OnTesterPass()
{
  if(EnableWFL) wfl_OnTesterPass();
}

void OnTesterDeinit()
{
  if(EnableWFL) wfl_OnTesterDeinit(Estimator);
}

double OnTester()
{
  if(EnableWFL) return wfl_OnTester();
  return 0;
}

30-Day Money Back Guarantee

If for any reason you do not like the purchased program, you can request a refund within 30 days from the date of purchase. You can also make an exchange for any other product at an equal cost or by paying the difference.
Simply send a request for refund or exchange with your order number by email: [email protected].
Refund requests received more than 30 days after purchase will be rejected.

Email Us Now! Support is available 24/7
by Email: [email protected]

Do You Need Help?
Click Here To Start Live Chat

Contact Us

Image

Search