FxMath_Free(2016)_1915269324_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 1670.54
Maximal drawdown: 1066.21 (9.37%)
Profit trades (% of total): 254 (40.90%)
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 Below SMA(45)))) And ((ParabolicSAR(0.02, 0.2) Crosses Below SMA(30)) Or (((EMA(10) 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(30)) Or (((EMA(10) Crosses Below 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.01, 0.2) Crosses Above SMA(83)))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (5.03 * ATR(83)) pips;
Profit Target = (4.78 * ATR(55)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (5.03 * ATR(83)) pips;
Profit Target = (4.78 * ATR(55)) pips;
}