FxMath_Free(2016)_1282630455_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 2409.34
Maximal drawdown: 978.90 (8.00%)
Profit trades (% of total): 141 (50.00%)
Strategy Details:
Long(Buy) = (((Stoch(18, 12, 15) Crosses Below StochSignal(21, 3, 3)) Or ((CCI(55) Crosses Below ADX(50)) Or (SMA(96) Crosses Above SMA(60)))) And ((StochSignal(21, 3, 3) Crosses Below Momentum(74)) Or (SMA(5) Crosses Above ParabolicSAR(0.03, 0.2))))
Short(Sell) = (((Stoch(18, 12, 15) Crosses Above StochSignal(21, 3, 3)) Or ((CCI(55) Crosses Above ADX(50)) Or (SMA(96) Crosses Below SMA(60)))) And ((StochSignal(21, 3, 3) Crosses Above Momentum(74)) Or (SMA(5) Crosses Below ParabolicSAR(0.03, 0.2))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (8.2 * ATR(33)) pips;
Profit Target = (12.9 * ATR(12)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (8.2 * ATR(33)) pips;
Profit Target = (12.9 * ATR(12)) pips;
}