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