FxMath_Free(2016-1)_2047877807_EURUSD(H1)
Pair: EURUSD
TimeFrame: H1
Price: Free
Total net profit: 2338.16
Maximal drawdown: 736.30 (7.22%)
Profit trades (% of total): 159 (76.44%)
Strategy Details:
Long(Buy) = ((ADX_DIPLUS(72) RSI(67)) And (StochSignal(21, 3, 3) Crosses Below ADX(98))))
Short(Sell) = ((ADX_DIPLUS(72) > (ADX(49) * CCI(90))) And ((Williams%R(80) < RSI(67)) And (StochSignal(21, 3, 3) Crosses Above ADX(98))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (12.09 * ATR(89)) pips;
Profit Target = (3.52 * ATR(98)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (12.09 * ATR(89)) pips;
Profit Target = (3.52 * ATR(98)) pips;
}