FxMath_Free(2016)_1626780915_USDCAD(H1)
Pair: USDCAD
TimeFrame: H1
Price: Free
Total net profit: 2252.04
Maximal drawdown: 968.29 (7.34%)
Profit trades (% of total): 177 (58.42%)
Strategy Details:
Long(Buy) = ((CCI(19) ADX(19)) And (ADX_DIMINUS(95) Crosses Above ADX_DIMINUS(17))))
Short(Sell) = ((CCI(19) > Williams%R(48)) And ((ADX(17) < ADX(19)) And (ADX_DIMINUS(95) Crosses Below ADX_DIMINUS(17))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (8.04 * ATR(95)) pips;
Profit Target = (6.06 * ATR(75)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (8.04 * ATR(95)) pips;
Profit Target = (6.06 * ATR(75)) pips;
}