FxMath_Free(2016)_1442453620_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 2902.67
Maximal drawdown: 778.49 (7.47%)
Profit trades (% of total): 344 (38.39%)
Strategy Details:
Long(Buy) = (((EMA(36) Crosses Above ParabolicSAR(0.01, 0.2)) And (EMA(28) Crosses Above ParabolicSAR(0.01, 0.2))) And (EMA(4) Crosses Above ParabolicSAR(0.01, 0.2)))
Short(Sell) = (((EMA(36) Crosses Below ParabolicSAR(0.01, 0.2)) And (EMA(28) Crosses Below ParabolicSAR(0.01, 0.2))) And (EMA(4) 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(48)) 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(48)) pips;
Profit Target = (5.09 * ATR(28)) pips;
}