FxMath_Free(2016-1)_508780716_EURUSD(H1)
Pair: EURUSD
TimeFrame: H1
Price: Free
Total net profit: 3116.53
Maximal drawdown: 950.55 (9.29%)
Profit trades (% of total): 148 (59.92%)
Strategy Details:
Long(Buy) = (((EMA(33) Crosses Below ParabolicSAR(0.02, 0.2)) And ((CCI(16) Crosses Below CCI(33)) And (EMA(33) Crosses Below ParabolicSAR(0.02, 0.2)))) And (CCI(16) Crosses Below CCI(31)))
Short(Sell) = (((EMA(33) Crosses Above ParabolicSAR(0.02, 0.2)) And ((CCI(16) Crosses Above CCI(33)) And (EMA(33) Crosses Above ParabolicSAR(0.02, 0.2)))) And (CCI(16) Crosses Above CCI(31)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (5.43 * ATR(47)) pips;
Profit Target = (6.84 * ATR(60)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (5.43 * ATR(47)) pips;
Profit Target = (6.84 * ATR(60)) pips;
}