FxMath_Free(2016)_2094853723_USDJPY(H1)
Pair: USDJPY
TimeFrame: H1
Price: Free
Total net profit: 4090.27
Maximal drawdown: 533.15 (5.20%)
Profit trades (% of total): 122 (49.80%)
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(27)))) And ((RSI(27) Crosses Below RSI(78)) Or (ADX_DIPLUS(20) Crosses Above RSI(14))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (10.69 * ATR(37)) pips;
Profit Target = (9.34 * ATR(37)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (10.69 * ATR(37)) pips;
Profit Target = (9.34 * ATR(37)) pips;
}