FxMath_Free(2016)_2011223328_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 2288.93
Maximal drawdown: 638.93 (6.02%)
Profit trades (% of total): 150 (64.94%)
Strategy Details:
Long(Buy) = ((EMA(99) Crosses Above ParabolicSAR(0.02, 0.2)) And ((Williams%R(34) < Williams%R(95)) And ((EMA(99) Crosses Above ParabolicSAR(0.02, 0.2)) And ((Williams%R(34) < Williams%R(95)) And ((EMA(63) Crosses Above ParabolicSAR(0.02, 0.2)) And (Williams%R(34) Williams%R(95)) And ((EMA(99) Crosses Below ParabolicSAR(0.02, 0.2)) And ((Williams%R(34) > Williams%R(95)) And ((EMA(63) Crosses Below ParabolicSAR(0.02, 0.2)) And (Williams%R(34) > Williams%R(67)))))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (5.11 * ATR(63)) pips;
Profit Target = (3.24 * ATR(52)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (5.11 * ATR(63)) pips;
Profit Target = (3.24 * ATR(52)) pips;
}