FxMath_Free(2016)_176636838_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 5640.14
Maximal drawdown: 595.36 (5.07%)
Profit trades (% of total): 134 (54.25%)
Strategy Details:
Long(Buy) = (((ADX_DIMINUS(99) Crosses Above StochSignal(9, 3, 3)) Or ((CCI(34) Crosses Above ADX_DIMINUS(99)) And (SMA(20) SMA(27)))) And ((RSI(14) Crosses Below RSI(78)) Or (ADX_DIPLUS(20) Crosses Above RSI(99))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (10.69 * ATR(37)) pips;
Profit Target = (7.38 * ATR(99)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (10.69 * ATR(37)) pips;
Profit Target = (7.38 * ATR(99)) pips;
}