FxMath_Free(2016)_696865064_GBPUSD(H1)
Pair: GBPUSD
TimeFrame: H1
Price: Free
Total net profit: 2479.90
Maximal drawdown: 1002.13 (7.98%)
Profit trades (% of total): 186 (49.73%)
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(86)))))
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(86)))))
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(68)) 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(68)) pips;
}