FxMath_Free(2016)_725361603_USDCHF(H1)
Pair: USDCHF
TimeFrame: H1
Price: Free
Total net profit: 3722.64
Maximal drawdown: 798.04 (5.76%)
Profit trades (% of total): 118 (45.74%)
Strategy Details:
Long(Buy) = ((SMA(82) < SMA(29)) And ((ADX_DIMINUS(83) Crosses Below ADX_DIPLUS(97)) And ((ADX_DIMINUS(95) Crosses Below ADX_DIPLUS(82)) And (SMA(95) SMA(29)) And ((ADX_DIMINUS(83) Crosses Above ADX_DIPLUS(97)) And ((ADX_DIMINUS(95) Crosses Above ADX_DIPLUS(82)) And (SMA(95) > EMA(83)))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (4.19 * ATR(83)) pips;
Profit Target = (6.95 * ATR(41)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (4.19 * ATR(83)) pips;
Profit Target = (6.95 * ATR(41)) pips;
}