FxMath_Free(2016)_1309732011_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 2729.89
Maximal drawdown: 1100.42 (8.55%)
Profit trades (% of total): 186 (50.00%)
Strategy Details:
Long(Buy) = ((((ParabolicSAR(0.02, 0.2) Crosses Above EMA(51)) And (CCI(6) (ParabolicSAR(0.01, 0.2) * (ParabolicSAR(0.02, 0.2) * ParabolicSAR(0.02, 0.2))))) And (CCI(86) > (ParabolicSAR(0.02, 0.2) * (ParabolicSAR(0.01, 0.2) * EMA(55)))))
Short(Sell) = ((((ParabolicSAR(0.02, 0.2) Crosses Below EMA(51)) And (CCI(6) > CCI(86))) And (CCI(15) < (ParabolicSAR(0.01, 0.2) * (ParabolicSAR(0.02, 0.2) * ParabolicSAR(0.02, 0.2))))) And (CCI(86) < (ParabolicSAR(0.02, 0.2) * (ParabolicSAR(0.01, 0.2) * EMA(55)))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (5.75 * ATR(68)) pips;
Profit Target = (5.75 * ATR(75)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (5.75 * ATR(68)) pips;
Profit Target = (5.75 * ATR(75)) pips;
}