FxMath_Free(2016)_2038655905_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 3900.33
Maximal drawdown: 683.53 (6.45%)
Profit trades (% of total): 183 (56.83%)
Strategy Details:
Long(Buy) = (((ADX_DIPLUS(70) Crosses Above Momentum(35)) Or (((((ADX_DIPLUS(53) Crosses Above Momentum(46)) Or (SMA(50) < SMA(27))) And (EMA(96) Crosses Above ParabolicSAR(0.02, 0.2))) Or (SMA(50) < SMA(27))) And (EMA(96) Crosses Above ParabolicSAR(0.02, 0.2)))) And (SMA(50) SMA(27))) And (EMA(96) Crosses Below ParabolicSAR(0.02, 0.2))) Or (SMA(50) > SMA(27))) And (EMA(96) Crosses Below ParabolicSAR(0.02, 0.2)))) And (SMA(50) > SMA(44)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (10.6 * ATR(35)) pips;
Profit Target = (5.11 * ATR(22)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (10.6 * ATR(35)) pips;
Profit Target = (5.11 * ATR(22)) pips;
}