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