FxMath_Free(2016)_995837434_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 3057.11
Maximal drawdown: 634.07 (5.17%)
Profit trades (% of total): 164 (41.21%)
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(70)) 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(70)) pips;
Profit Target = (8 * ATR(91)) pips;
}