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