FxMath_Free(2016)_1590948316_USDCHF(H1)
Pair: USDCHF
TimeFrame: H1
Price: Free
Total net profit: 4202.55
Maximal drawdown: 668.29 (4.78%)
Profit trades (% of total): 125 (47.35%)
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(74)) 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(74)) pips;
Profit Target = (6.95 * ATR(41)) pips;
}