FxMath_Free(2016)_793942475_NZDUSD(H1)
Pair: NZDUSD
TimeFrame: H1
Price: Free
Total net profit: 3897.35
Maximal drawdown: 986.21 (7.87%)
Profit trades (% of total): 170 (54.49%)
Strategy Details:
Long(Buy) = ((CCI(59) Crosses Below Stoch(14, 3, 3)) And ((CCI(59) Crosses Below Stoch(14, 3, 3)) 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))))))
Short(Sell) = ((CCI(59) Crosses Above Stoch(14, 3, 3)) And ((CCI(59) Crosses Above Stoch(14, 3, 3)) 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))))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (8.97 * ATR(15)) pips;
Profit Target = (8.97 * 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(15)) pips;
Profit Target = (8.97 * ATR(59)) pips;
}