FxMath_Free(2016)_1580932230_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 4630.46
Maximal drawdown: 988.90 (7.48%)
Profit trades (% of total): 108 (51.18%)
Strategy Details:
Long(Buy) = (((((RSI(98) Crosses Below CCI(98)) Or (CCI(98) Crosses Above RSI(31))) And (SMA(43) > EMA(59))) Or ((RSI(31) Crosses Below CCI(98)) Or (ADX_DIMINUS(71) Crosses Above RSI(71)))) And (SMA(36) > EMA(69)))
Short(Sell) = (((((RSI(98) Crosses Above CCI(98)) Or (CCI(98) Crosses Below RSI(31))) And (SMA(43) < EMA(59))) Or ((RSI(31) Crosses Above CCI(98)) Or (ADX_DIMINUS(71) Crosses Below RSI(71)))) And (SMA(36) < EMA(69)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (9.81 * ATR(98)) pips;
Profit Target = (9.81 * ATR(94)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (9.81 * ATR(98)) pips;
Profit Target = (9.81 * ATR(94)) pips;
}