FxMath_Free(2016)_1721929000_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 2152.90
Maximal drawdown: 723.05 (7.03%)
Profit trades (% of total): 398 (38.42%)
Strategy Details:
Long(Buy) = ((EMA(5) Crosses Above ParabolicSAR(0.01, 0.2)) And ((EMA(5) Crosses Above ParabolicSAR(0.01, 0.2)) And (EMA(28) Crosses Above ParabolicSAR(0.01, 0.2))))
Short(Sell) = ((EMA(5) Crosses Below ParabolicSAR(0.01, 0.2)) And ((EMA(5) Crosses Below ParabolicSAR(0.01, 0.2)) And (EMA(28) 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.27 * ATR(55)) pips;
Profit Target = (5.09 * ATR(28)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (4.27 * ATR(55)) pips;
Profit Target = (5.09 * ATR(28)) pips;
}