FxMath_Free(2016-1)_262820362_EURUSD(H1)
Pair: EURUSD
TimeFrame: H1
Price: Free
Total net profit: 3262.77
Maximal drawdown: 653.81 (6.10%)
Profit trades (% of total): 189 (65.17%)
Strategy Details:
Long(Buy) = ((ADX(99) > StochSignal(14, 3, 3)) And ((ADX(99) > StochSignal(14, 3, 3)) And (Stoch(16, 12, 13) Crosses Below ADX(56))))
Short(Sell) = ((ADX(99) < StochSignal(14, 3, 3)) And ((ADX(99) < 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.08 * ATR(99)) pips;
Profit Target = (7.2 * ATR(99)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (8.08 * ATR(99)) pips;
Profit Target = (7.2 * ATR(99)) pips;
}