FxMath_Free(2016-1)_584292585_EURUSD(H1)
Pair: EURUSD
TimeFrame: H1
Price: Free
Total net profit: 2957.63
Maximal drawdown: 588.80 (4.83%)
Profit trades (% of total): 175 (66.04%)
Strategy Details:
Long(Buy) = (((SMA(86) Crosses Below ParabolicSAR(0.02, 0.2)) And (19.559999 > ADX_DIPLUS(50))) And ((CCI(36) ADX_DIPLUS(50))) And ((CCI(36) > Williams%R(88)) Or (ADX_DIMINUS(60) Crosses Below ADX_DIPLUS(86))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (8.12 * ATR(24)) pips;
Profit Target = (8.12 * ATR(36)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (8.12 * ATR(24)) pips;
Profit Target = (8.12 * ATR(36)) pips;
}