FxMath_Free(2016)_1242530499_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 3632.39
Maximal drawdown: 853.63 (7.29%)
Profit trades (% of total): 124 (49.80%)
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(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(55)) 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(55)) pips;
Profit Target = (9.58 * ATR(27)) pips;
}