FxMath_Free(2016)_290388512_NZDUSD(H1)
Pair: NZDUSD
TimeFrame: H1
Price: Free
Total net profit: 3249.93
Maximal drawdown: 724.98 (6.49%)
Profit trades (% of total): 138 (60.53%)
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(8)) pips;
Profit Target = (8.52 * ATR(82)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (8.52 * ATR(8)) pips;
Profit Target = (8.52 * ATR(82)) pips;
}