FxMath_Free(2016-1)_1723169823_EURUSD(H1)
Pair: EURUSD
TimeFrame: H1
Price: Free
Total net profit: 2355.78
Maximal drawdown: 1055.29 (7.87%)
Profit trades (% of total): 114 (52.78%)
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(52) > ParabolicSAR(0.02, 0.2)) And (CCI(55) Crosses Below CCI(79))) And (CCI(55) Crosses Below CCI(79))) And (SMA(79) > ParabolicSAR(0.02, 0.2))) And (SMA(30) > 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(52) < ParabolicSAR(0.02, 0.2)) And (CCI(55) Crosses Above CCI(79))) And (CCI(55) Crosses Above CCI(79))) And (SMA(79) < 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 = (10.07 * ATR(99)) 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 = (10.07 * ATR(99)) pips;
Profit Target = (11.12 * ATR(79)) pips;
}