FxMath_Free(2016)_880975706_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 2210.63
Maximal drawdown: 1186.50 (9.94%)
Profit trades (% of total): 84 (31.11%)
Strategy Details:
Long(Buy) = (((RSI(71) Crosses Below CCI(98)) Or ((RSI(46) Crosses Below CCI(98)) Or (ADX_DIMINUS(98) Crosses Above RSI(71)))) And (SMA(43) > EMA(71)))
Short(Sell) = (((RSI(71) Crosses Above CCI(98)) Or ((RSI(46) Crosses Above CCI(98)) Or (ADX_DIMINUS(98) Crosses Below RSI(71)))) And (SMA(43) < EMA(71)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (2.49 * ATR(98)) pips;
Profit Target = (7.84 * ATR(98)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (2.49 * ATR(98)) pips;
Profit Target = (7.84 * ATR(98)) pips;
}