FxMath_Free(2016)_681201775_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 2604.11
Maximal drawdown: 596.12 (4.78%)
Profit trades (% of total): 149 (69.30%)
Strategy Details:
Long(Buy) = ((EMA(99) Crosses Above ParabolicSAR(0.02, 0.2)) And ((Williams%R(32) < Williams%R(95)) And ((EMA(67) 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(67) 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(63)))))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (7.93 * ATR(52)) pips;
Profit Target = (3.24 * ATR(95)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (7.93 * ATR(52)) pips;
Profit Target = (3.24 * ATR(95)) pips;
}