FxMath_Free(2016)_879252870_USDCHF(H1)
Pair: USDCHF
TimeFrame: H1
Price: Free
Total net profit: 3196.58
Maximal drawdown: 850.94 (7.39%)
Profit trades (% of total): 273 (52.20%)
Strategy Details:
Long(Buy) = ((RSI(78) Crosses Above ADX(78)) Or ((ADX(60) Crosses Above ADX(96)) Or (EMA(78) Crosses Below SMA(50))))
Short(Sell) = ((RSI(78) Crosses Below ADX(78)) Or ((ADX(60) 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(60)) 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(60)) pips;
Profit Target = (12.16 * ATR(78)) pips;
}