FxMath_Free(2016)_1999190224_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 2405.38
Maximal drawdown: 931.36 (7.76%)
Profit trades (% of total): 172 (44.22%)
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 = (12.5 * ATR(91)) pips;
Profit Target = (6.54 * ATR(91)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (12.5 * ATR(91)) pips;
Profit Target = (6.54 * ATR(91)) pips;
}