FxMath_Free(2016-1)_544804225_EURUSD(H1)
Pair: EURUSD
TimeFrame: H1
Price: Free
Total net profit: 2916.93
Maximal drawdown: 630.80 (4.71%)
Profit trades (% of total): 123 (49.80%)
Strategy Details:
Long(Buy) = (((EMA(61) Crosses Above EMA(18)) And (Momentum(58) > CCI(61))) And (CCI(61) > CCI(41)))
Short(Sell) = (((EMA(61) Crosses Below EMA(18)) And (Momentum(58) < CCI(61))) And (CCI(61) < CCI(41)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (3.39 * ATR(58)) pips;
Profit Target = (6.99 * ATR(61)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (3.39 * ATR(58)) pips;
Profit Target = (6.99 * ATR(61)) pips;
}