FxMath_Free(2016)_2104741547_USDCAD(H1)
Pair: USDCAD
TimeFrame: H1
Price: Free
Total net profit: 2393.63
Maximal drawdown: 728.59 (5.60%)
Profit trades (% of total): 178 (65.93%)
Strategy Details:
Long(Buy) = ((((6.3 > StochSignal(21, 3, 3)) Or (StochSignal(21, 3, 3) < 5.79)) And (StochSignal(21, 3, 3) StochSignal(14, 3, 3)))
Short(Sell) = ((((93.699997 94.209999)) And (StochSignal(21, 3, 3) > Momentum(56))) Or (93.699997 < StochSignal(14, 3, 3)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (9.74 * ATR(80)) pips;
Profit Target = (5.79 * ATR(90)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (9.74 * ATR(80)) pips;
Profit Target = (5.79 * ATR(90)) pips;
}