FxMath_Free(2016)_790037393_NZDUSD(H1)
Pair: NZDUSD
TimeFrame: H1
Price: Free
Total net profit: 3841.56
Maximal drawdown: 1066.52 (7.17%)
Profit trades (% of total): 385 (50.52%)
Strategy Details:
Long(Buy) = (((Stoch(9, 3, 3) > ADX_DIMINUS(11)) Or ((ADX(99) > ADX_DIMINUS(11)) Or (ParabolicSAR(0.02, 0.2) Crosses Above SMA(99)))) And ((((Stoch(9, 3, 3) Momentum(21)) Or (ParabolicSAR(0.02, 0.2) Crosses Below EMA(99)))) And ((ParabolicSAR(0.02, 0.2) Crosses Below SMA(99)) And (Stoch(9, 3, 3) < 73.769997))) Or ((ParabolicSAR(0.02, 0.2) Crosses Below SMA(83)) And (Stoch(9, 3, 3) < 73.769997))))
Short(Sell) = (((Stoch(9, 3, 3) < ADX_DIMINUS(11)) Or ((ADX(99) 26.230003) Or ((ADX(99) 26.230003))) Or ((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 = (11.45 * 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 = (11.45 * ATR(99)) pips;
Profit Target = (5.97 * ATR(16)) pips;
}