FxMath_Free(2016-1)_909057846_EURUSD(H1)
Pair: EURUSD
TimeFrame: H1
Price: Free
Total net profit: 2940.77
Maximal drawdown: 933.57 (7.11%)
Profit trades (% of total): 151 (57.20%)
Strategy Details:
Long(Buy) = (((((SMA(82) Crosses Above ParabolicSAR(0.02, 0.2)) Or (StochSignal(9, 3, 3) Crosses Above Momentum(82))) Or ((SMA(88) Crosses Above SMA(30)) And ((SMA(86) Stoch(5, 3, 3))))) And ((ADX(82) < Momentum(47)) Or (EMA(61) < ParabolicSAR(0.02, 0.2)))) And (EMA(65) SMA(47)) Or (ADX(5) Momentum(47)) Or (EMA(61) > ParabolicSAR(0.02, 0.2)))) And (EMA(65) > SMA(30)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (8.68 * ATR(88)) pips;
Profit Target = (10.89 * ATR(79)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (8.68 * ATR(88)) pips;
Profit Target = (10.89 * ATR(79)) pips;
}