FxMath_Free(2016)_643627031_USDCAD(H1)
Pair: USDCAD
TimeFrame: H1
Price: Free
Total net profit: 1329.75
Maximal drawdown: 865.67 (7.94%)
Profit trades (% of total): 136 (61.26%)
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 = (5.9 * ATR(29)) pips;
Profit Target = (8.19 * ATR(29)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (5.9 * ATR(29)) pips;
Profit Target = (8.19 * ATR(29)) pips;
}