Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 5 Expert Advisor | HawaiianTsunamiSurfer, a statistical look at determinant price explosions

It is a fact that:

  1. People react in a particular way to price explosions in a given market.
  2. Prices never go in a straight line, they move in trends.
  3. Sudden heavy movements often produce strong retracements.

HawaiianTsunamiSurfer.mq5 combines the premises above in order to identify the price level that is most likely to be retracted when an exceptional wave appears in USD based pairs. It works well on AUDUSD, USDJPY and EURUSD, and with a lower performance on USDCHF and GBPUSD. This EA relies on Momentum indicator. There are no inputs to be changed because they have already been calculated and optimized so that they are transparent to the user. Those optimized inputs are inside the EA's code:

// The following inputs are transparent to the user, they are optimized! 
// This EA is very sensible to inputs. Please, don't change them unless you are sure about what you do.

int stopLoss = 700; 
int takeProfit = 500; 
double tsunamiStrength = 0.24;
double size = 0.1;

The figure below illustrates a tsunami retracement on AUDUSD when Momentum indicator is lower than 99.76.

MetaTrader Experts, Indicators, Scripts and Libraries

This is the EA's performance on USDJPY from 2009 to 2012, both included.

MetaTrader Experts, Indicators, Scripts and Libraries

Recommendations:

Please, run your experiments on AUDUSD, USDJPY and EURUSD, observe the results obtained and draw your own conclusions.

This robot has been developed exclusively for learning purposes, please, use it at your own risk.

1480

Best MetaTrader Indicators + Profitable Expert Advisors