FxMath_Free(2016)_843422018_USDCAD(H1)
Pair: USDCAD
TimeFrame: H1
Price: Free
Total net profit: 2600.59
Maximal drawdown: 932.85 (8.33%)
Profit trades (% of total): 145 (46.47%)
Strategy Details:
Long(Buy) = ((SMA(58) Crosses Above ParabolicSAR(0.02, 0.2)) And ((CCI(11) + ADX(2)) > (CCI(2) * ADX(66))))
Short(Sell) = ((SMA(58) Crosses Below ParabolicSAR(0.02, 0.2)) And ((CCI(11) + ADX(2)) < (CCI(2) * ADX(66))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (3.45 * ATR(2)) pips;
Profit Target = (13.8 * ATR(17)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (3.45 * ATR(2)) pips;
Profit Target = (13.8 * ATR(17)) pips;
}