FxMath_Free(2016)_845704782_NZDUSD(H1)
Pair: NZDUSD
TimeFrame: H1
Price: Free
Total net profit: 1517.37
Maximal drawdown: 775.93 (6.31%)
Profit trades (% of total): 221 (44.74%)
Strategy Details:
Long(Buy) = (((ADX(54) > ADX_DIMINUS(11)) Or ((((ADX(99) > 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(54) < ADX_DIMINUS(11)) Or ((((ADX(99) 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;
}