FxMath_Free(2016)_888970164_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 3961.79
Maximal drawdown: 672.29 (6.26%)
Profit trades (% of total): 360 (40.86%)
Strategy Details:
Long(Buy) = (((SMA(45) Crosses Above ParabolicSAR(0.01, 0.2)) Or ((ADX_DIPLUS(83) ADX_DIPLUS(45)) And (ParabolicSAR(0.01, 0.2) Crosses Above EMA(23)))) And (SMA(30) 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 = (4.78 * ATR(10)) pips;
Profit Target = (5.03 * ATR(10)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (4.78 * ATR(10)) pips;
Profit Target = (5.03 * ATR(10)) pips;
}