FxMath_Free(2016)_349592913_NZDUSD(H1)
Pair: NZDUSD
TimeFrame: H1
Price: Free
Total net profit: 2317.27
Maximal drawdown: 1033.86 (9.60%)
Profit trades (% of total): 252 (47.28%)
Strategy Details:
Long(Buy) = (((ADX(99) > ADX_DIMINUS(11)) Or ((((ADX(16) > RSI(41)) Or ((ParabolicSAR(0.02, 0.2) Crosses Below SMA(99)) Or (ParabolicSAR(0.02, 0.2) Crosses Below EMA(11)))) And ((ParabolicSAR(0.02, 0.2) Crosses Below EMA(21)) And (Stoch(9, 3, 3) < 73.769997))) Or (ParabolicSAR(0.02, 0.2) Crosses Above SMA(99)))) And ((ParabolicSAR(0.02, 0.2) Crosses Below SMA(83)) And (Stoch(9, 3, 3) < 73.769997)))
Short(Sell) = (((ADX(99) < ADX_DIMINUS(11)) Or ((((ADX(16) 26.230003))) Or (ParabolicSAR(0.02, 0.2) Crosses Below SMA(99)))) And ((ParabolicSAR(0.02, 0.2) Crosses Above SMA(83)) And (Stoch(9, 3, 3) > 26.230003)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (10.61 * ATR(99)) pips;
Profit Target = (5.97 * ATR(16)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (10.61 * ATR(99)) pips;
Profit Target = (5.97 * ATR(16)) pips;
}