FxMath_Free(2016)_920049241_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 3436.57
Maximal drawdown: 680.19 (5.94%)
Profit trades (% of total): 146 (57.71%)
Strategy Details:
Long(Buy) = ((ADX_DIPLUS(17) Crosses Below Stoch(21, 3, 3)) And ((ADX_DIPLUS(13) Crosses Below Stoch(21, 3, 3)) And ((ADX_DIPLUS(20) Crosses Below Stoch(21, 3, 3)) And (ParabolicSAR(0.02, 0.2) > SMA(86)))))
Short(Sell) = ((ADX_DIPLUS(17) Crosses Above Stoch(21, 3, 3)) And ((ADX_DIPLUS(13) Crosses Above Stoch(21, 3, 3)) And ((ADX_DIPLUS(20) Crosses Above Stoch(21, 3, 3)) And (ParabolicSAR(0.02, 0.2) < SMA(86)))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (4.71 * ATR(17)) pips;
Profit Target = (4.71 * ATR(86)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (4.71 * ATR(17)) pips;
Profit Target = (4.71 * ATR(86)) pips;
}