FxMath_Free(2016)_764818725_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 3363.19
Maximal drawdown: 751.47 (7.16%)
Profit trades (% of total): 176 (55.87%)
Strategy Details:
Long(Buy) = (((ADX_DIPLUS(70) Crosses Above Momentum(35)) Or (((ADX_DIPLUS(53) Crosses Above Momentum(35)) 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)))) 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(50)) 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(50)) pips;
}