FxMath_Free(2016)_307863780_USDCAD(H1)
Pair: USDCAD
TimeFrame: H1
Price: Free
Total net profit: 960.70
Maximal drawdown: 891.35 (7.70%)
Profit trades (% of total): 217 (64.58%)
Strategy Details:
Long(Buy) = ((CCI(19) ADX(26)) And (ADX_DIMINUS(78) Crosses Above ADX_DIMINUS(17))))
Short(Sell) = ((CCI(19) > Williams%R(60)) And ((ADX(17) < ADX(26)) 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 = (6.76 * ATR(26)) pips;
Profit Target = (3.14 * ATR(7)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (6.76 * ATR(26)) pips;
Profit Target = (3.14 * ATR(7)) pips;
}