FxMath_Free(2016-1)_369188834_EURUSD(H1)
Pair: EURUSD
TimeFrame: H1
Price: Free
Total net profit: 2270.08
Maximal drawdown: 627.06 (4.86%)
Profit trades (% of total): 109 (47.81%)
Strategy Details:
Long(Buy) = (((-16.450001 > Williams%R(52)) And ((SMA(30) > ParabolicSAR(0.02, 0.2)) And (CCI(55) Crosses Below CCI(79)))) And (SMA(79) > ParabolicSAR(0.02, 0.2)))
Short(Sell) = (((-83.550003 < Williams%R(52)) And ((SMA(30) < ParabolicSAR(0.02, 0.2)) And (CCI(55) Crosses Above CCI(79)))) And (SMA(79) < ParabolicSAR(0.02, 0.2)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (5.54 * ATR(79)) pips;
Profit Target = (11.12 * ATR(98)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (5.54 * ATR(79)) pips;
Profit Target = (11.12 * ATR(98)) pips;
}