FxMath_Free(2016-1)_1764249576_EURUSD(H1)
Pair: EURUSD
TimeFrame: H1
Price: Free
Total net profit: 2206.35
Maximal drawdown: 738.14 (6.21%)
Profit trades (% of total): 169 (64.50%)
Strategy Details:
Long(Buy) = (((SMA(86) Crosses Below ParabolicSAR(0.02, 0.2)) And (19.559999 > ADX_DIPLUS(45))) And ((CCI(36) ADX_DIPLUS(45))) And ((CCI(36) > Williams%R(88)) Or (ADX_DIMINUS(60) Crosses Below ADX_DIPLUS(92))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (7.22 * ATR(60)) pips;
Profit Target = (7.62 * ATR(44)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (7.22 * ATR(60)) pips;
Profit Target = (7.62 * ATR(44)) pips;
}