FxMath_Free(2016)_1402840852_USDCAD(H1)
Pair: USDCAD
TimeFrame: H1
Price: Free
Total net profit: 2480.37
Maximal drawdown: 1080.91 (9.65%)
Profit trades (% of total): 146 (46.35%)
Strategy Details:
Long(Buy) = ((SMA(58) Crosses Above ParabolicSAR(0.02, 0.2)) And ((CCI(17) + ADX(2)) > (CCI(2) * ADX(66))))
Short(Sell) = ((SMA(58) Crosses Below ParabolicSAR(0.02, 0.2)) And ((CCI(17) + 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(66)) 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(66)) pips;
}