FxMath_Free(2016)_1938457162_NZDUSD(H1)
Pair: NZDUSD
TimeFrame: H1
Price: Free
Total net profit: 3964.06
Maximal drawdown: 1025.66 (8.20%)
Profit trades (% of total): 167 (54.22%)
Strategy Details:
Long(Buy) = (((EMA(15) > ParabolicSAR(0.02, 0.2)) And (((SMA(15) > ParabolicSAR(0.02, 0.2)) And (((CCI(59) Crosses Below Stoch(14, 3, 3)) And (SMA(15) > ParabolicSAR(0.02, 0.2))) And (EMA(15) > ParabolicSAR(0.02, 0.2)))) And (CCI(59) Crosses Below Stoch(14, 3, 3)))) And (((CCI(59) Crosses Below Stoch(14, 3, 3)) And (EMA(15) > ParabolicSAR(0.02, 0.2))) And (CCI(59) Crosses Below Stoch(14, 3, 3))))
Short(Sell) = (((EMA(15) < ParabolicSAR(0.02, 0.2)) And (((SMA(15) < ParabolicSAR(0.02, 0.2)) And (((CCI(59) Crosses Above Stoch(14, 3, 3)) And (SMA(15) < ParabolicSAR(0.02, 0.2))) And (EMA(15) < ParabolicSAR(0.02, 0.2)))) And (CCI(59) Crosses Above Stoch(14, 3, 3)))) And (((CCI(59) Crosses Above Stoch(14, 3, 3)) And (EMA(15) < ParabolicSAR(0.02, 0.2))) And (CCI(59) Crosses Above Stoch(14, 3, 3))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (8.97 * ATR(19)) pips;
Profit Target = (10.81 * ATR(59)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (8.97 * ATR(19)) pips;
Profit Target = (10.81 * ATR(59)) pips;
}