FxMath_Free(2016)_1659018109_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 3481.94
Maximal drawdown: 1158.09 (9.57%)
Profit trades (% of total): 324 (39.51%)
Strategy Details:
Long(Buy) = (((SMA(30) Crosses Above ParabolicSAR(0.01, 0.2)) Or ((ADX_DIPLUS(83) < ADX_DIPLUS(23)) And (ParabolicSAR(0.01, 0.2) Crosses Below SMA(45)))) And ((SMA(45) Crosses Above ParabolicSAR(0.01, 0.2)) Or ((ADX_DIPLUS(30) ADX_DIPLUS(23)) And (ParabolicSAR(0.01, 0.2) Crosses Above SMA(45)))) And ((SMA(45) Crosses Below ParabolicSAR(0.01, 0.2)) Or ((ADX_DIPLUS(30) > StochSignal(21, 3, 3)) And (SMA(23) Crosses Below ParabolicSAR(0.01, 0.2)))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (11.07 * ATR(55)) pips;
Profit Target = (11.07 * ATR(88)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (11.07 * ATR(55)) pips;
Profit Target = (11.07 * ATR(88)) pips;
}