FxMath_Free(2016)_1688654610_USDCAD(H1)
Pair: USDCAD
TimeFrame: H1
Price: Free
Total net profit: 1473.26
Maximal drawdown: 732.60 (6.72%)
Profit trades (% of total): 137 (61.43%)
Strategy Details:
Long(Buy) = ((Stoch(14, 3, 3) Crosses Below StochSignal(21, 3, 3)) And ((ParabolicSAR(0.02, 0.2) Crosses Below SMA(87)) Or (CCI(91) Crosses Below ADX_DIMINUS(23))))
Short(Sell) = ((Stoch(14, 3, 3) Crosses Above StochSignal(21, 3, 3)) And ((ParabolicSAR(0.02, 0.2) Crosses Above SMA(87)) Or (CCI(91) Crosses Above ADX_DIMINUS(23))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (6.01 * ATR(84)) pips;
Profit Target = (8.19 * ATR(30)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (6.01 * ATR(84)) pips;
Profit Target = (8.19 * ATR(30)) pips;
}