FxMath_Free(2016)_313543885_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 2323.88
Maximal drawdown: 807.47 (6.69%)
Profit trades (% of total): 401 (38.71%)
Strategy Details:
Long(Buy) = ((((EMA(5) Crosses Above ParabolicSAR(0.01, 0.2)) And (EMA(28) Crosses Above ParabolicSAR(0.01, 0.2))) And (EMA(28) 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(28) Crosses Below ParabolicSAR(0.01, 0.2))) And (EMA(28) 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 = (5.09 * ATR(4)) pips;
Profit Target = (5.09 * ATR(36)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (5.09 * ATR(4)) pips;
Profit Target = (5.09 * ATR(36)) pips;
}