FxMath_Free(2016-1)_538639190_EURUSD(H1)
Pair: EURUSD
TimeFrame: H1
Price: Free
Total net profit: 3384.27
Maximal drawdown: 729.49 (6.05%)
Profit trades (% of total): 141 (52.81%)
Strategy Details:
Long(Buy) = (((Williams%R(70) > Williams%R(36)) And (ParabolicSAR(0.02, 0.2) Crosses Below EMA(85))) And (((Williams%R(90) > Williams%R(40)) And (ParabolicSAR(0.02, 0.2) Crosses Below EMA(90))) And ((Williams%R(90) > Williams%R(36)) And (ParabolicSAR(0.02, 0.2) Crosses Below EMA(85)))))
Short(Sell) = (((Williams%R(70) < Williams%R(36)) And (ParabolicSAR(0.02, 0.2) Crosses Above EMA(85))) And (((Williams%R(90) < Williams%R(40)) And (ParabolicSAR(0.02, 0.2) Crosses Above EMA(90))) And ((Williams%R(90) < Williams%R(36)) And (ParabolicSAR(0.02, 0.2) Crosses Above EMA(85)))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (8.23 * ATR(40)) pips;
Profit Target = (8.23 * ATR(31)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (8.23 * ATR(40)) pips;
Profit Target = (8.23 * ATR(31)) pips;
}