FxMath_Free(2016)_280399562_USDCHF(H1)
Pair: USDCHF
TimeFrame: H1
Price: Free
Total net profit: 3224.39
Maximal drawdown: 730.57 (6.43%)
Profit trades (% of total): 289 (52.36%)
Strategy Details:
Long(Buy) = ((ADX(78) Crosses Above RSI(96)) Or ((ADX(52) Crosses Above ADX(96)) Or (EMA(78) Crosses Below SMA(50))))
Short(Sell) = ((ADX(78) Crosses Below RSI(96)) Or ((ADX(52) Crosses Below ADX(96)) Or (EMA(78) 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(78)) 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(78)) pips;
}