FxMath_Free(2016)_1998101776_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 3977.26
Maximal drawdown: 430.82 (3.00%)
Profit trades (% of total): 104 (36.49%)
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(48) Crosses Above RSI(14))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (2.91 * ATR(27)) pips;
Profit Target = (9.34 * ATR(76)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (2.91 * ATR(27)) pips;
Profit Target = (9.34 * ATR(76)) pips;
}