FxMath_Free(2016)_45941912_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 2556.16
Maximal drawdown: 1071.47 (9.85%)
Profit trades (% of total): 282 (47.00%)
Strategy Details:
Long(Buy) = (((ADX_DIPLUS(55) ADX_DIPLUS(45)) And (ParabolicSAR(0.01, 0.2) Crosses Above EMA(45))) And ((EMA(45) Crosses Below ParabolicSAR(0.01, 0.2)) Or (EMA(23) Crosses Above SMA(23))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (11.07 * ATR(45)) 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 = (11.07 * ATR(45)) pips;
Profit Target = (5.03 * ATR(10)) pips;
}