FxMath_Free(2016)_614913386_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 3989.23
Maximal drawdown: 790.84 (6.74%)
Profit trades (% of total): 125 (50.40%)
Strategy Details:
Long(Buy) = ((((RSI(2) * ADX_DIPLUS(39)) + (RSI(11) – Stoch(9, 3, 3))) < ((CCI(63) * Stoch(9, 3, 3)) – (RSI(2) * Momentum(28)))) And ((ParabolicSAR(0.03, 0.2) Crosses Above EMA(52)) And ((RSI(2) Crosses Above Williams%R(27)) 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 ((RSI(2) Crosses Below Williams%R(27)) Or ((ADX_DIPLUS(28) > StochSignal(21, 3, 3)) Or (Williams%R(57) 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(11)) pips;
Profit Target = (9.58 * ATR(27)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (9.58 * ATR(11)) pips;
Profit Target = (9.58 * ATR(27)) pips;
}