FxMath_Free(2016)_1884123678_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 3461.91
Maximal drawdown: 852.73 (7.42%)
Profit trades (% of total): 123 (49.20%)
Strategy Details:
Long(Buy) = ((((RSI(2) * ADX_DIPLUS(39)) + (RSI(11) – Stoch(5, 3, 3))) < ((CCI(63) * Stoch(9, 3, 3)) – (RSI(2) * Momentum(28)))) And ((ParabolicSAR(0.03, 0.2) Crosses Above EMA(52)) And ((ADX_DIPLUS(13) Crosses Above Williams%R(62)) Or ((ADX_DIPLUS(28) ((CCI(63) * Stoch(9, 3, 3)) – (RSI(2) * Momentum(28)))) And ((ParabolicSAR(0.03, 0.2) Crosses Below EMA(52)) And ((ADX_DIPLUS(13) Crosses Below Williams%R(62)) Or ((ADX_DIPLUS(28) > StochSignal(21, 3, 3)) Or (Williams%R(62) Crosses Above ADX_DIPLUS(40))))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (9.58 * ATR(55)) pips;
Profit Target = (9.58 * ATR(69)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (9.58 * ATR(55)) pips;
Profit Target = (9.58 * ATR(69)) pips;
}