FxMath_Free(2016)_491893168_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 5101.28
Maximal drawdown: 721.35 (4.60%)
Profit trades (% of total): 301 (37.96%)
Strategy Details:
Long(Buy) = (((((CCI(55) > Stoch(21, 3, 3)) And (CCI(92) < CCI(23))) Or (SMA(43) Crosses Above SMA(99))) Or (SMA(12) Crosses Above SMA(84))) And (CCI(92) < CCI(43)))
Short(Sell) = (((((CCI(55) CCI(23))) Or (SMA(43) Crosses Below SMA(99))) 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(62)) 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(62)) pips;
}