FxMath_Free(2016)_1679100927_NZDUSD(H1)
Pair: NZDUSD
TimeFrame: H1
Price: Free
Total net profit: 3958.48
Maximal drawdown: 834.32 (6.13%)
Profit trades (% of total): 231 (66.76%)
Strategy Details:
Long(Buy) = (((CCI(38) Crosses Below ADX_DIPLUS(18)) Or (63.509998 ParabolicSAR(0.02, 0.2)))
Short(Sell) = (((CCI(38) Crosses Above ADX_DIPLUS(18)) Or (63.509998 < ADX_DIPLUS(76))) And (SMA(13) < 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 = (12.14 * ATR(99)) pips;
Profit Target = (10.65 * ATR(13)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (12.14 * ATR(99)) pips;
Profit Target = (10.65 * ATR(13)) pips;
}