FxMath_Free(2016-1)_4061155_EURUSD(H1)
Pair: EURUSD
TimeFrame: H1
Price: Free
Total net profit: 3673.78
Maximal drawdown: 1085.42 (8.31%)
Profit trades (% of total): 219 (58.71%)
Strategy Details:
Long(Buy) = (((EMA(16) Crosses Below ParabolicSAR(0.02, 0.2)) And (CCI(16) Crosses Below CCI(31))) And (CCI(16) Crosses Below CCI(31)))
Short(Sell) = (((EMA(16) Crosses Above ParabolicSAR(0.02, 0.2)) And (CCI(16) Crosses Above CCI(31))) 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(14)) pips;
Profit Target = (5.43 * ATR(33)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (5.43 * ATR(14)) pips;
Profit Target = (5.43 * ATR(33)) pips;
}