FxMath_Free(2016)_1694641084_NZDUSD(H1)
Pair: NZDUSD
TimeFrame: H1
Price: Free
Total net profit: 5552.38
Maximal drawdown: 774.46 (4.82%)
Profit trades (% of total): 185 (59.49%)
Strategy Details:
Long(Buy) = ((SMA(99) > EMA(90)) And ((Williams%R(63) Crosses Above ADX_DIMINUS(99)) Or ((SMA(63) Crosses Above ParabolicSAR(0.02, 0.2)) And ((SMA(56) > SMA(91)) Or (EMA(90) > ParabolicSAR(0.02, 0.2))))))
Short(Sell) = ((SMA(99) < EMA(90)) And ((Williams%R(63) Crosses Below ADX_DIMINUS(99)) Or ((SMA(63) Crosses Below ParabolicSAR(0.02, 0.2)) And ((SMA(56) < SMA(91)) Or (EMA(90) < 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 = (10.67 * ATR(71)) pips;
Profit Target = (7.61 * ATR(63)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (10.67 * ATR(71)) pips;
Profit Target = (7.61 * ATR(63)) pips;
}