FxMath_Free(2016)_463478074_USDCAD(H1)
Pair: USDCAD
TimeFrame: H1
Price: Free
Total net profit: 2787.76
Maximal drawdown: 757.25 (6.69%)
Profit trades (% of total): 134 (46.37%)
Strategy Details:
Long(Buy) = (((SMA(58) Crosses Above ParabolicSAR(0.02, 0.2)) And ((CCI(17) + ADX(2)) > (CCI(2) * ADX(66)))) And ((RSI(17) + ADX(2)) > (CCI(17) * ADX(66))))
Short(Sell) = (((SMA(58) Crosses Below ParabolicSAR(0.02, 0.2)) And ((CCI(17) + ADX(2)) < (CCI(2) * ADX(66)))) And ((RSI(17) + ADX(2)) < (CCI(17) * 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;
}