FxMath_Free(2016)_143542641_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 3681.73
Maximal drawdown: 695.46 (5.37%)
Profit trades (% of total): 158 (40.83%)
Strategy Details:
Long(Buy) = (((Stoch(31, 8, 8) Stoch(14, 3, 3)) And (CCI(70) Crosses Below StochSignal(21, 3, 3))) And (CCI(70) Crosses Below StochSignal(14, 3, 3)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (8 * ATR(5)) pips;
Profit Target = (12.5 * ATR(85)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (8 * ATR(5)) pips;
Profit Target = (12.5 * ATR(85)) pips;
}