FxMath_Free(2016-1)_898570553_EURUSD(H1)
Pair: EURUSD
TimeFrame: H1
Price: Free
Total net profit: 2053.78
Maximal drawdown: 714.51 (6.31%)
Profit trades (% of total): 148 (44.85%)
Strategy Details:
Long(Buy) = ((((17.9 Stoch(14, 3, 3))) And ((17.9 < RSI(21)) And (ADX_DIMINUS(21) Crosses Above Stoch(19, 6, 15))))
Short(Sell) = ((((17.9 < ADX_DIMINUS(21)) Or (StochSignal(14, 3, 3) Crosses Above Momentum(21))) And (RSI(90) RSI(21)) And (ADX_DIMINUS(21) Crosses Below Stoch(19, 6, 15))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (4.14 * ATR(83)) pips;
Profit Target = (11.82 * ATR(83)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (4.14 * ATR(83)) pips;
Profit Target = (11.82 * ATR(83)) pips;
}