FxMath_Free(2016)_171983795_AUDUSD(H1)
Pair: AUDUSD
TimeFrame: H1
Price: Free
Total net profit: 5756.56
Maximal drawdown: 825.57 (5.06%)
Profit trades (% of total): 217 (64.97%)
Strategy Details:
Long(Buy) = ((((Williams%R(37) Crosses Above -95.279999) And ((ADX(30) + ADX_DIMINUS(90)) < (ADX_DIPLUS(90) + ADX_DIMINUS(19)))) Or (ADX_DIPLUS(30) < Williams%R(37))) And ((ADX(90) + CCI(60)) (ADX_DIPLUS(90) + ADX_DIMINUS(19)))) Or (ADX_DIPLUS(30) > Williams%R(37))) And ((ADX(90) + CCI(60)) > (ADX_DIMINUS(68) + CCI(61))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (9.87 * ATR(68)) pips;
Profit Target = (6.96 * ATR(68)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (9.87 * ATR(68)) pips;
Profit Target = (6.96 * ATR(68)) pips;
}