FxMath_Free(2016)_1393054219_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 4720.40
Maximal drawdown: 768.43 (5.04%)
Profit trades (% of total): 273 (36.79%)
Strategy Details:
Long(Buy) = ((((CCI(62) > Stoch(21, 3, 3)) And (CCI(92) < CCI(23))) Or (SMA(12) Crosses Above SMA(84))) And (CCI(92) < CCI(43)))
Short(Sell) = ((((CCI(62) CCI(23))) Or (SMA(12) Crosses Below SMA(84))) And (CCI(92) > CCI(43)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (9.62 * ATR(10)) pips;
Profit Target = (12.52 * ATR(55)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (9.62 * ATR(10)) pips;
Profit Target = (12.52 * ATR(55)) pips;
}