FxMath_Free(2016)_864619521_USDCHF(H1)
Pair: USDCHF
TimeFrame: H1
Price: Free
Total net profit: 2792.33
Maximal drawdown: 1219.31 (9.16%)
Profit trades (% of total): 109 (49.77%)
Strategy Details:
Long(Buy) = ((((SMA(20) > EMA(72)) And (SMA(20) > EMA(67))) And (ADX_DIMINUS(67) Crosses Below ADX_DIPLUS(66))) And (SMA(20) > EMA(10)))
Short(Sell) = ((((SMA(20) < EMA(72)) And (SMA(20) < EMA(67))) And (ADX_DIMINUS(67) Crosses Above ADX_DIPLUS(66))) And (SMA(20) < EMA(10)))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (8.73 * ATR(67)) pips;
Profit Target = (8.73 * ATR(92)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (8.73 * ATR(67)) pips;
Profit Target = (8.73 * ATR(92)) pips;
}