FxMath_Free(2016-1)_892202833_EURUSD(H1)
Pair: EURUSD
TimeFrame: H1
Price: Free
Total net profit: 2151.03
Maximal drawdown: 780.31 (7.71%)
Profit trades (% of total): 155 (46.41%)
Strategy Details:
Long(Buy) = (((SMA(32) > EMA(32)) And ((((-12.02 + ADX_DIMINUS(21)) + Momentum(32)) + Momentum(27)) < (ADX_DIPLUS(9) * ADX_DIPLUS(70)))) And (ADX_DIMINUS(95) Crosses Below ADX_DIPLUS(87)))
Short(Sell) = (((SMA(32) (ADX_DIPLUS(9) * ADX_DIPLUS(70)))) And (ADX_DIMINUS(95) Crosses Above ADX_DIPLUS(87)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (5.51 * ATR(95)) pips;
Profit Target = (6.9 * ATR(32)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (5.51 * ATR(95)) pips;
Profit Target = (6.9 * ATR(32)) pips;
}