FxMath_Free(2016)_1766511091_USDCAD(H1)
Pair: USDCAD
TimeFrame: H1
Price: Free
Total net profit: 3890.64
Maximal drawdown: 593.44 (5.52%)
Profit trades (% of total): 135 (50.00%)
Strategy Details:
Long(Buy) = ((((ADX(66) + RSI(17)) > (CCI(2) * RSI(17))) And ((ADX(66) + RSI(17)) > (CCI(2) + ADX(66)))) And (SMA(58) Crosses Above ParabolicSAR(0.02, 0.2)))
Short(Sell) = ((((ADX(66) + RSI(17)) < (CCI(2) * RSI(17))) And ((ADX(66) + RSI(17)) < (CCI(2) + ADX(66)))) And (SMA(58) Crosses Below ParabolicSAR(0.02, 0.2)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (3.45 * ATR(66)) pips;
Profit Target = (11.83 * 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(66)) pips;
Profit Target = (11.83 * ATR(17)) pips;
}