Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Experts

The MasterMind - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
6651
Note:
(19)
Publié:
2017.01.26 09:10
Mise à jour:
2018.06.15 13:01
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Author of the idea — L.Bigger, author of the MQL5 code — barabashkakvn.

The iStochastic (Stochastic) Oscillator, iWPR (Larry Williams' Percent Range) indicators are used.

Recommended period is M5. Test on EURUSD M5, from 2016.06.01 to 2016.11.18, initial deposit - 10000:

The MasterMind tester

It is recommended to disable output of comments on the chart during visual testing. The version for visual testing is shows:

//+------------------------------------------------------------------+
//| PRINT COMMENT FUNCTION                                           |
//+------------------------------------------------------------------+
void subPrintDetails()
  {
   return;
   string sComment   = "";
   string sp         = "----------------------------------------\n";
   string NL         = "\n";

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/16995

Bollinger Bands Bollinger Bands

The Expert Advisor opens trades based on the Bollinger Bands indicator.

Exp_Zonal_Trading Exp_Zonal_Trading

The Expert Advisor which uses the AO and AC indicators in its operation, which were proposed by the Bill Williams.

Relation - Chart Builder Legacy Relation - Chart Builder Legacy

Indicator for building custom charts, which are based on user-defined formula.

PCA Synthetics - Recycle Legacy PCA Synthetics - Recycle Legacy

Indicator for automatic selection of the coefficients for every instrument in a pseudo-stationary portfolio, which tends to equilibrium at zero.