FxMath_Free(2016)_1827006226_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 1881.97
Maximal drawdown: 543.46 (4.91%)
Profit trades (% of total): 128 (55.17%)
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 = (3.24 * ATR(67)) pips;
Profit Target = (3.24 * ATR(67)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (3.24 * ATR(67)) pips;
Profit Target = (3.24 * ATR(67)) pips;
}