FxMath_Free(2016)_1539277841_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 5141.81
Maximal drawdown: 642.00 (5.25%)
Profit trades (% of total): 305 (40.72%)
Strategy Details:
Long(Buy) = (((ParabolicSAR(0.01, 0.2) Crosses Below SMA(43)) And (ParabolicSAR(0.02, 0.2) < SMA(9))) And (ParabolicSAR(0.02, 0.2) SMA(9))) And (ParabolicSAR(0.02, 0.2) > SMA(22)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (13.6 * ATR(73)) pips;
Profit Target = (8 * ATR(22)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (13.6 * ATR(73)) pips;
Profit Target = (8 * ATR(22)) pips;
}