FxMath_Free(2016)_1294831149_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 5254.84
Maximal drawdown: 622.83 (4.18%)
Profit trades (% of total): 122 (50.83%)
Strategy Details:
Long(Buy) = (((ADX_DIMINUS(99) Crosses Above StochSignal(9, 3, 3)) Or ((CCI(34) Crosses Above ADX_DIMINUS(99)) And (SMA(20) SMA(37)))) And ((RSI(14) Crosses Below RSI(78)) Or (ADX_DIPLUS(48) Crosses Above RSI(37))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (9.34 * ATR(14)) pips;
Profit Target = (10.69 * ATR(37)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (9.34 * ATR(14)) pips;
Profit Target = (10.69 * ATR(37)) pips;
}