Author of the idea — John Smith, author of the MQL5 code — barabashkakvn. Â
The Expert Advisor uses the following indicators: Ichimoku, MA, SAR. Optimized for currency pairs: GBPUSD and EURUSD with the M30 timeframe. The full description is available in comments to the code. Â
Trading is limited to specified hours only:
double longentry      =0.0;
double shortentry      =0.0;
int daystart          =7; /* 5AM GMT */
int dayend            =19;/* 5PM GMT */
int MAdir              =NEUTRAL;
int precision          =4;
double shortentry      =0.0;
int daystart          =7; /* 5AM GMT */
int dayend            =19;/* 5PM GMT */
int MAdir              =NEUTRAL;
int precision          =4;
Â