FxMath_Free(2016)_690733919_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 3155.57
Maximal drawdown: 910.38 (7.48%)
Profit trades (% of total): 373 (39.51%)
Strategy Details:
Long(Buy) = (((ParabolicSAR(0.01, 0.2) Crosses Below SMA(10)) Or (EMA(30) Crosses Below SMA(10))) And (ParabolicSAR(0.01, 0.2) Crosses Below SMA(30)))
Short(Sell) = (((ParabolicSAR(0.01, 0.2) Crosses Above SMA(10)) Or (EMA(30) Crosses Above SMA(10))) And (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(23)) pips;
Profit Target = (4.78 * ATR(45)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (5.03 * ATR(23)) pips;
Profit Target = (4.78 * ATR(45)) pips;
}