FxMath_Free(2016)_639010556_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 3167.34
Maximal drawdown: 776.93 (6.32%)
Profit trades (% of total): 375 (39.10%)
Strategy Details:
Long(Buy) = (((ParabolicSAR(0.01, 0.2) Crosses Below SMA(83)) Or (EMA(23) Crosses Above ParabolicSAR(0.01, 0.2))) And (SMA(30) Crosses Above ParabolicSAR(0.01, 0.2)))
Short(Sell) = (((ParabolicSAR(0.01, 0.2) Crosses Above SMA(83)) Or (EMA(23) Crosses Below ParabolicSAR(0.01, 0.2))) And (SMA(30) 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.99 * ATR(23)) 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 = (4.99 * ATR(23)) pips;
Profit Target = (5.03 * ATR(30)) pips;
}