FxMath_Free(2016)_1445034696_USDCAD(H1)
Pair: USDCAD
TimeFrame: H1
Price: Free
Total net profit: 1774.36
Maximal drawdown: 628.71 (5.14%)
Profit trades (% of total): 170 (70.25%)
Strategy Details:
Long(Buy) = ((ADX_DIMINUS(90) Crosses Below StochSignal(14, 3, 3)) And ((ADX_DIMINUS(23) Crosses Below StochSignal(14, 3, 3)) And (CCI(77) ((ParabolicSAR(0.02, 0.2) + (ADX(97) – -34.119999)) + ADX_DIMINUS(77)))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (7.81 * ATR(65)) pips;
Profit Target = (3.81 * ATR(22)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (7.81 * ATR(65)) pips;
Profit Target = (3.81 * ATR(22)) pips;
}