FxMath_Free(2016-1)_312557895_EURUSD(H1)
Pair: EURUSD
TimeFrame: H1
Price: Free
Total net profit: 3410.36
Maximal drawdown: 937.89 (8.81%)
Profit trades (% of total): 185 (64.69%)
Strategy Details:
Long(Buy) = ((ADX(99) > StochSignal(14, 3, 3)) And ((ADX(49) > StochSignal(14, 3, 3)) And (Stoch(16, 12, 13) Crosses Below ADX(56))))
Short(Sell) = ((ADX(99) < StochSignal(14, 3, 3)) And ((ADX(49) < StochSignal(14, 3, 3)) And (Stoch(16, 12, 13) Crosses Above ADX(56))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (8.35 * ATR(69)) pips;
Profit Target = (7.2 * ATR(56)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (8.35 * ATR(69)) pips;
Profit Target = (7.2 * ATR(56)) pips;
}