FxMath_Free(2016)_165877345_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 2923.92
Maximal drawdown: 855.82 (7.00%)
Profit trades (% of total): 140 (59.07%)
Strategy Details:
Long(Buy) = (((((ADX_DIPLUS(71) * StochSignal(3, 2, 2)) – CCI(41)) – CCI(41)) > Stoch(14, 3, 3)) And (((CCI(41) + Momentum(26)) > Stoch(14, 3, 3)) And ((CCI(75) Crosses Above ADX_DIPLUS(48)) And (4.33 < (StochSignal(14, 3, 3) + Momentum(84))))))
Short(Sell) = (((((ADX_DIPLUS(71) * StochSignal(3, 2, 2)) – CCI(41)) – CCI(41)) < Stoch(14, 3, 3)) And (((CCI(41) + Momentum(26)) (StochSignal(14, 3, 3) + Momentum(84))))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (4.88 * ATR(64)) pips;
Profit Target = (4.33 * ATR(52)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (4.88 * ATR(64)) pips;
Profit Target = (4.33 * ATR(52)) pips;
}