FxMath_Free(2016)_1815681977_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 4455.81
Maximal drawdown: 1090.05 (8.28%)
Profit trades (% of total): 116 (52.02%)
Strategy Details:
Long(Buy) = (((((RSI(98) Crosses Below CCI(98)) Or ((RSI(31) Crosses Below CCI(98)) Or (ADX_DIMINUS(59) Crosses Above RSI(71)))) And (SMA(43) > EMA(59))) Or ((RSI(31) Crosses Below CCI(98)) Or (ADX_DIMINUS(59) Crosses Above RSI(71)))) And (SMA(36) > EMA(69)))
Short(Sell) = (((((RSI(98) Crosses Above CCI(98)) Or ((RSI(31) Crosses Above CCI(98)) Or (ADX_DIMINUS(59) Crosses Below RSI(71)))) And (SMA(43) < EMA(59))) Or ((RSI(31) Crosses Above CCI(98)) Or (ADX_DIMINUS(59) 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(22)) pips;
Profit Target = (7.84 * ATR(7)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (9.81 * ATR(22)) pips;
Profit Target = (7.84 * ATR(7)) pips;
}