FxMath_Free(2016)_1058071362_USDCHF(H1)
Pair: USDCHF
TimeFrame: H1
Price: Free
Total net profit: 3006.56
Maximal drawdown: 1093.12 (8.15%)
Profit trades (% of total): 110 (50.69%)
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(74)) pips;
Profit Target = (8.73 * ATR(67)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (8.73 * ATR(74)) pips;
Profit Target = (8.73 * ATR(67)) pips;
}