FxMath_Free(2016)_1030946325_USDCAD(H1)
Pair: USDCAD
TimeFrame: H1
Price: Free
Total net profit: 1884.96
Maximal drawdown: 864.66 (6.84%)
Profit trades (% of total): 144 (61.80%)
Strategy Details:
Long(Buy) = (((5.79 > StochSignal(21, 3, 3)) Or (((6.3 > StochSignal(14, 3, 3)) Or (StochSignal(14, 3, 3) < 6.3)) And (Stoch(21, 3, 3) StochSignal(14, 3, 3)))
Short(Sell) = (((94.209999 < StochSignal(21, 3, 3)) Or (((93.699997 93.699997)) And (Stoch(21, 3, 3) > Momentum(52)))) And (90.760002 < 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(56)) pips;
Profit Target = (12.69 * 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(56)) pips;
Profit Target = (12.69 * ATR(90)) pips;
}