FxMath_Free(2016)_93532736_USDCHF(H1)
Pair: USDCHF
TimeFrame: H1
Price: Free
Total net profit: 2625.72
Maximal drawdown: 1217.08 (9.16%)
Profit trades (% of total): 114 (50.00%)
Strategy Details:
Long(Buy) = ((((ADX_DIMINUS(67) Crosses Below ADX_DIPLUS(66)) And (ADX_DIMINUS(67) Crosses Below ADX_DIPLUS(67))) And (SMA(20) > EMA(67))) And (SMA(20) > EMA(10)))
Short(Sell) = ((((ADX_DIMINUS(67) Crosses Above ADX_DIPLUS(66)) And (ADX_DIMINUS(67) Crosses Above ADX_DIPLUS(67))) And (SMA(20) < EMA(67))) 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;
}