FxMath_Free(2016)_672043129_NZDUSD(H1)
Pair: NZDUSD
TimeFrame: H1
Price: Free
Total net profit: 1858.01
Maximal drawdown: 606.12 (5.15%)
Profit trades (% of total): 225 (45.18%)
Strategy Details:
Long(Buy) = (((ADX(54) > ADX_DIMINUS(11)) Or ((((ParabolicSAR(0.02, 0.2) Crosses Below EMA(21)) And (Stoch(9, 3, 3) < 73.769997)) And ((ParabolicSAR(0.02, 0.2) Crosses Below SMA(83)) And (Stoch(9, 3, 3) < 73.769997))) Or (ParabolicSAR(0.02, 0.2) Crosses Above SMA(11)))) And ((ParabolicSAR(0.02, 0.2) Crosses Below SMA(83)) And (Stoch(9, 3, 3) < 73.769997)))
Short(Sell) = (((ADX(54) 26.230003)) And ((ParabolicSAR(0.02, 0.2) Crosses Above SMA(83)) And (Stoch(9, 3, 3) > 26.230003))) Or (ParabolicSAR(0.02, 0.2) Crosses Below SMA(11)))) 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;
}