FxMath_Free(2016-1)_253227958_EURUSD(H1)
Pair: EURUSD
TimeFrame: H1
Price: Free
Total net profit: 2037.88
Maximal drawdown: 357.44 (3.40%)
Profit trades (% of total): 128 (62.44%)
Strategy Details:
Long(Buy) = ((RSI(39) Crosses Below ADX(23)) Or ((((Williams%R(55) ADX_DIMINUS(15))) And (ADX(15) > ADX_DIPLUS(49))) And (SMA(54) ADX(94)) And (0.96 > ADX_DIMINUS(15))) And (ADX(15) EMA(46))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (4.58 * ATR(15)) pips;
Profit Target = (7.41 * ATR(23)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (4.58 * ATR(15)) pips;
Profit Target = (7.41 * ATR(23)) pips;
}