FxMath_Free(2016)_1954591325_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 3837.25
Maximal drawdown: 683.53 (6.45%)
Profit trades (% of total): 183 (56.83%)
Strategy Details:
Long(Buy) = (((ADX_DIPLUS(50) Crosses Above Momentum(35)) Or (((ADX_DIPLUS(50) Crosses Above Momentum(50)) 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(98)) 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(98)) pips;
Profit Target = (5.11 * ATR(22)) pips;
}