FxMath_Free(2016)_1534666811_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 770.84
Maximal drawdown: 805.55 (7.95%)
Profit trades (% of total): 162 (64.80%)
Strategy Details:
Long(Buy) = (((CCI(16) Crosses Below CCI(42)) And (StochSignal(3, 2, 2) Crosses Below Stoch(21, 3, 3))) And (StochSignal(3, 2, 2) Crosses Below Stoch(21, 3, 3)))
Short(Sell) = (((CCI(16) Crosses Above CCI(42)) And (StochSignal(3, 2, 2) Crosses Above Stoch(21, 3, 3))) And (StochSignal(3, 2, 2) Crosses Above Stoch(21, 3, 3)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (8.76 * ATR(64)) pips;
Profit Target = (3.26 * ATR(9)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (8.76 * ATR(64)) pips;
Profit Target = (3.26 * ATR(9)) pips;
}