FxMath_Free(2016)_326420963_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 3115.12
Maximal drawdown: 928.34 (7.59%)
Profit trades (% of total): 377 (39.98%)
Strategy Details:
Long(Buy) = (((SMA(30) Crosses Above ParabolicSAR(0.01, 0.2)) Or ((ADX_DIPLUS(83) ADX_DIPLUS(23)) And (ParabolicSAR(0.02, 0.2) Crosses Above SMA(45)))) And (ParabolicSAR(0.01, 0.2) Crosses Above SMA(23)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (11.07 * ATR(30)) pips;
Profit Target = (4.78 * ATR(88)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (11.07 * ATR(30)) pips;
Profit Target = (4.78 * ATR(88)) pips;
}