FxMath_Free(2016-1)_1480675925_EURUSD(H1)
Pair: EURUSD
TimeFrame: H1
Price: Free
Total net profit: 2158.97
Maximal drawdown: 1057.76 (8.92%)
Profit trades (% of total): 172 (64.91%)
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(50) 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.62 * ATR(88)) pips;
Profit Target = (7.62 * ATR(60)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (7.62 * ATR(88)) pips;
Profit Target = (7.62 * ATR(60)) pips;
}