FxMath_Free(2016)_1816497268_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 3452.37
Maximal drawdown: 997.87 (8.24%)
Profit trades (% of total): 371 (39.38%)
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(83)))) And ((ParabolicSAR(0.02, 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 = (11.07 * ATR(83)) pips;
Profit Target = (5.03 * ATR(23)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (11.07 * ATR(83)) pips;
Profit Target = (5.03 * ATR(23)) pips;
}