FxMath_Free(2016)_1655861809_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 3512.83
Maximal drawdown: 958.65 (6.87%)
Profit trades (% of total): 131 (54.58%)
Strategy Details:
Long(Buy) = ((((Stoch(5, 3, 3) Crosses Above ADX_DIMINUS(2)) Or (ADX(2) Crosses Below Stoch(5, 3, 3))) And ((EMA(24) Crosses Above ParabolicSAR(0.02, 0.2)) Or (RSI(24) Crosses Above Williams%R(56)))) And (EMA(67) EMA(35)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (5.29 * ATR(35)) pips;
Profit Target = (5.29 * ATR(71)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (5.29 * ATR(35)) pips;
Profit Target = (5.29 * ATR(71)) pips;
}