FxMath_Free(2016)_937704511_NZDUSD(H1)
Pair: NZDUSD
TimeFrame: H1
Price: Free
Total net profit: 3523.56
Maximal drawdown: 741.15 (6.62%)
Profit trades (% of total): 141 (61.57%)
Strategy Details:
Long(Buy) = (((SMA(82) Crosses Above ParabolicSAR(0.02, 0.2)) And (RSI(6) > CCI(82))) And (CCI(8) > Momentum(82)))
Short(Sell) = (((SMA(82) Crosses Below ParabolicSAR(0.02, 0.2)) And (RSI(6) < CCI(82))) And (CCI(8) < Momentum(82)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (8.52 * ATR(21)) pips;
Profit Target = (8.52 * ATR(8)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (8.52 * ATR(21)) pips;
Profit Target = (8.52 * ATR(8)) pips;
}