FxMath_Free(2016-1)_1364890358_EURUSD(H1)
Pair: EURUSD
TimeFrame: H1
Price: Free
Total net profit: 1291.61
Maximal drawdown: 810.97 (7.17%)
Profit trades (% of total): 163 (45.28%)
Strategy Details:
Long(Buy) = (((SMA(32) > EMA(26)) And ((((-12.02 + ADX_DIMINUS(21)) + Momentum(32)) + Momentum(32)) < (ADX_DIPLUS(9) * ADX_DIPLUS(26)))) And (ADX_DIMINUS(98) Crosses Below ADX_DIPLUS(87)))
Short(Sell) = (((SMA(32) (ADX_DIPLUS(9) * ADX_DIPLUS(26)))) And (ADX_DIMINUS(98) 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(68)) pips;
Profit Target = (6.9 * ATR(95)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (5.51 * ATR(68)) pips;
Profit Target = (6.9 * ATR(95)) pips;
}