FxMath_Free(2016)_656320342_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 2246.97
Maximal drawdown: 626.25 (5.69%)
Profit trades (% of total): 113 (44.31%)
Strategy Details:
Long(Buy) = ((CCI(86) > (CCI(10) – ADX(99))) And (CCI(86) Crosses Above Williams%R(16)))
Short(Sell) = ((CCI(86) < (CCI(10) – ADX(99))) And (CCI(86) Crosses Below Williams%R(16)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (2.84 * ATR(16)) pips;
Profit Target = (12.13 * ATR(80)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (2.84 * ATR(16)) pips;
Profit Target = (12.13 * ATR(80)) pips;
}