Creator of the Strategy — John Smith, MQL5 Code Developer — barabashkakvn.
This Expert Advisor (EA) harnesses the power of popular indicators like Ichimoku, Moving Average, and Parabolic SAR. It’s specifically optimized for trading GBPUSD and EURUSD currency pairs using the M30 timeframe. You can find the complete details in the comments section of the code.
Note: Trading is restricted to specific hours:
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;
Comments 0