FxMath_Free(2016)_1454542820_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 2731.38
Maximal drawdown: 917.20 (8.07%)
Profit trades (% of total): 150 (36.86%)
Strategy Details:
Long(Buy) = ((ADX_DIMINUS(56) Crosses Below CCI(94)) And (((Momentum(88) Momentum(10)) And (Williams%R(12) Crosses Below CCI(80))) And (CCI(61) Momentum(57)) Or (((Momentum(88) StochSignal(9, 3, 3)))) Or (ADX_DIMINUS(56) Crosses Below CCI(3))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (3.89 * ATR(56)) pips;
Profit Target = (5.94 * ATR(10)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (3.89 * ATR(56)) pips;
Profit Target = (5.94 * ATR(10)) pips;
}