FxMath_Free(2016)_782640803_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 3098.75
Maximal drawdown: 847.56 (7.39%)
Profit trades (% of total): 125 (48.45%)
Strategy Details:
Long(Buy) = ((((ADX_DIPLUS(40) * Stoch(9, 3, 3)) + (RSI(11) – Stoch(5, 3, 3))) < ((Stoch(9, 3, 3) * CCI(63)) – (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(39) ((Stoch(9, 3, 3) * CCI(63)) – (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(39) > StochSignal(21, 3, 3)) Or (ADX_DIPLUS(13) Crosses Above Momentum(28))))))
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(57)) 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(57)) pips;
}