FxMath_Free(2016)_563308007_USDCAD(H1)
Pair: USDCAD
TimeFrame: H1
Price: Free
Total net profit: 2513.59
Maximal drawdown: 1005.13 (7.45%)
Profit trades (% of total): 136 (53.97%)
Strategy Details:
Long(Buy) = ((CCI(19) ADX(26)) And (ADX_DIMINUS(78) Crosses Above ADX_DIMINUS(19))))
Short(Sell) = ((CCI(19) > Williams%R(60)) And ((ADX(17) < ADX(26)) And (ADX_DIMINUS(78) Crosses Below ADX_DIMINUS(19))))
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 = (11.07 * ATR(17)) 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 = (11.07 * ATR(17)) pips;
}