FxMath_Free(2016)_339027460_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 3063.77
Maximal drawdown: 764.06 (6.30%)
Profit trades (% of total): 369 (38.92%)
Strategy Details:
Long(Buy) = (((EMA(10) Crosses Above ParabolicSAR(0.01, 0.2)) Or ((EMA(23) Crosses Above ParabolicSAR(0.01, 0.2)) And ((EMA(30) Crosses Above ParabolicSAR(0.01, 0.2)) Or ((ADX_DIPLUS(10) ADX_DIPLUS(45)) And (EMA(10) Crosses Below ParabolicSAR(0.01, 0.2)))))) And ((ParabolicSAR(0.01, 0.2) Crosses Above SMA(45)) Or (ParabolicSAR(0.01, 0.2) Crosses Above SMA(30))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (5.03 * ATR(88)) pips;
Profit Target = (5.03 * ATR(30)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (5.03 * ATR(88)) pips;
Profit Target = (5.03 * ATR(30)) pips;
}