FxMath_Free(2016)_1097571036_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 2771.56
Maximal drawdown: 596.12 (4.75%)
Profit trades (% of total): 151 (69.27%)
Strategy Details:
Long(Buy) = ((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(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;
}