FxMath_Free(2016-1)_1586660600_EURUSD(H1)
Pair: EURUSD
TimeFrame: H1
Price: Free
Total net profit: 3005.01
Maximal drawdown: 854.70 (8.36%)
Profit trades (% of total): 156 (60.00%)
Strategy Details:
Long(Buy) = (((EMA(33) Crosses Below ParabolicSAR(0.02, 0.2)) And (CCI(16) Crosses Below CCI(31))) And (CCI(16) Crosses Below CCI(33)))
Short(Sell) = (((EMA(33) Crosses Above ParabolicSAR(0.02, 0.2)) And (CCI(16) Crosses Above CCI(31))) And (CCI(16) Crosses Above CCI(33)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (4.71 * ATR(60)) pips;
Profit Target = (6.08 * ATR(14)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (4.71 * ATR(60)) pips;
Profit Target = (6.08 * ATR(14)) pips;
}