FxMath_Free(2016)_1280892608_USDCHF(H1)
Pair: USDCHF
TimeFrame: H1
Price: Free
Total net profit: 4496.77
Maximal drawdown: 656.12 (4.61%)
Profit trades (% of total): 126 (47.73%)
Strategy Details:
Long(Buy) = ((SMA(82) < SMA(29)) And ((ADX_DIMINUS(83) Crosses Below ADX_DIPLUS(95)) And ((ADX_DIMINUS(83) Crosses Below ADX_DIPLUS(82)) And (SMA(95) SMA(29)) And ((ADX_DIMINUS(83) Crosses Above ADX_DIPLUS(95)) And ((ADX_DIMINUS(83) 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;
}