FxMath_Free(2016)_1557366710_USDCAD(H1)
Pair: USDCAD
TimeFrame: H1
Price: Free
Total net profit: 1709.96
Maximal drawdown: 1135.25 (8.85%)
Profit trades (% of total): 203 (56.70%)
Strategy Details:
Long(Buy) = ((CCI(30) ADX(19)) And (ADX_DIMINUS(78) Crosses Above ADX_DIMINUS(17))))
Short(Sell) = ((CCI(30) > Williams%R(48)) And ((ADX(17) < ADX(19)) And (ADX_DIMINUS(78) 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(75)) pips;
Profit Target = (6.76 * ATR(78)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (8.04 * ATR(75)) pips;
Profit Target = (6.76 * ATR(78)) pips;
}