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