FxMath_Free(2016)_1408805783_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 3648.71
Maximal drawdown: 845.19 (7.94%)
Profit trades (% of total): 347 (39.89%)
Strategy Details:
Long(Buy) = (((EMA(30) Crosses Above ParabolicSAR(0.01, 0.2)) Or ((ADX_DIPLUS(10) < ADX_DIPLUS(45)) And ((StochSignal(21, 3, 3) < ADX_DIMINUS(47)) And (ADX_DIPLUS(10) ADX_DIPLUS(45)) And ((StochSignal(21, 3, 3) > ADX_DIMINUS(47)) And (ADX_DIPLUS(10) > StochSignal(21, 3, 3))))) And ((EMA(45) Crosses Below ParabolicSAR(0.01, 0.2)) Or (ParabolicSAR(0.01, 0.2) Crosses Above SMA(45))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (11.07 * ATR(35)) pips;
Profit Target = (5.03 * ATR(55)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (11.07 * ATR(35)) pips;
Profit Target = (5.03 * ATR(55)) pips;
}