FxMath_Free(2016)_479293451_USDCAD(H1)
Pair: USDCAD
TimeFrame: H1
Price: Free
Total net profit: 1519.47
Maximal drawdown: 1063.49 (8.50%)
Profit trades (% of total): 178 (54.60%)
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 = (6.06 * ATR(52)) pips;
Profit Target = (6.06 * ATR(95)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (6.06 * ATR(52)) pips;
Profit Target = (6.06 * ATR(95)) pips;
}