FxMath_Free(2016-1)_29247539_EURUSD(H1)
Pair: EURUSD
TimeFrame: H1
Price: Free
Total net profit: 3258.50
Maximal drawdown: 573.11 (4.28%)
Profit trades (% of total): 123 (50.00%)
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(41)) pips;
Profit Target = (6.99 * ATR(58)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (3.39 * ATR(41)) pips;
Profit Target = (6.99 * ATR(58)) pips;
}