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