FxMath_Free(2016)_2110295145_USDCHF(H1)
Pair: USDCHF
TimeFrame: H1
Price: Free
Total net profit: 2321.58
Maximal drawdown: 1011.25 (9.31%)
Profit trades (% of total): 213 (48.52%)
Strategy Details:
Long(Buy) = ((ADX(50) Crosses Above RSI(96)) Or ((ADX(60) Crosses Above ADX(86)) Or (EMA(96) Crosses Below SMA(50))))
Short(Sell) = ((ADX(50) Crosses Below RSI(96)) Or ((ADX(60) Crosses Below ADX(86)) Or (EMA(96) Crosses Above SMA(50))))
Buy Entry
if Long(Buy) is true {
Reverse existing order (if any) and Buy on open at Market;
Stop Loss = (12.16 * ATR(75)) pips;
Profit Target = (12.16 * ATR(60)) pips;
}
Short Entry
if Short(Sell) is true {
Reverse existing order (if any) and Sell on open at Market;
Stop Loss = (12.16 * ATR(75)) pips;
Profit Target = (12.16 * ATR(60)) pips;
}