Home System Trading Post

MasterMind EA for MetaTrader 5: A Trader's Guide

Attachments
16995.zip (5.95 KB, Download 0 times)

Creator of the Concept — L.Bigger, developer of the MQL5 code — barabashkakvn.

The MasterMind EA utilizes the iStochastic (Stochastic) Oscillator and iWPR (Larry Williams' Percent Range) indicators to enhance your trading strategy.

For optimal performance, we recommend using the M5 timeframe. Testing results on the EURUSD pair from June 1, 2016, to November 18, 2016, with an initial deposit of $10,000:

The MasterMind tester

To streamline your visual testing, it’s recommended to disable chart comments. The version for visual testing is displayed as follows:

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

Related Posts

Comments (0)