FxMath_Free(2016)_409472569_USDCAD(H1)
Pair: USDCAD
TimeFrame: H1
Price: Free
Total net profit: 2067.20
Maximal drawdown: 833.37 (7.75%)
Profit trades (% of total): 132 (56.90%)
Strategy Details:
Long(Buy) = (((((ADX_DIPLUS(72) EMA(48))) Or (ParabolicSAR(0.02, 0.2) > EMA(48))) And ((((((ADX_DIPLUS(19) EMA(33))) And (ADX(60) > StochSignal(14, 3, 3))) And (ADX(19) < ADX_DIMINUS(45))) And (ADX(58) RSI(73)) Or (StochSignal(14, 3, 3) Crosses Below Stoch(9, 3, 3))) Or (ParabolicSAR(0.02, 0.2) < EMA(48))) Or (ParabolicSAR(0.02, 0.2) StochSignal(14, 3, 3)) Or (ADX(60) Crosses Below ADX_DIMINUS(60))) Or (ParabolicSAR(0.02, 0.2) < EMA(33))) And (ADX(60) ADX_DIMINUS(45))) And (ADX(58) > ADX_DIMINUS(62))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (10.02 * ATR(16)) pips;
Profit Target = (12.83 * ATR(16)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (10.02 * ATR(16)) pips;
Profit Target = (12.83 * ATR(16)) pips;
}