FxMath_Free(2016)_1735211850_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 3737.52
Maximal drawdown: 729.12 (6.94%)
Profit trades (% of total): 168 (54.37%)
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(59)) pips;
Profit Target = (5.73 * 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(59)) pips;
Profit Target = (5.73 * ATR(22)) pips;
}