FxMath_Free(2016)_1693148702_USDCHF(H1)
Pair: USDCHF
TimeFrame: H1
Price: Free
Total net profit: 4694.06
Maximal drawdown: 895.13 (7.00%)
Profit trades (% of total): 129 (51.39%)
Strategy Details:
Long(Buy) = ((SMA(83) SMA(29)) And ((ADX_DIMINUS(83) Crosses Above ADX_DIPLUS(95)) And (ADX_DIMINUS(97) Crosses Above ADX_DIPLUS(97))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (6.57 * ATR(95)) pips;
Profit Target = (6.95 * ATR(95)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (6.57 * ATR(95)) pips;
Profit Target = (6.95 * ATR(95)) pips;
}