Multi-Indicator Combo Trading Strategy
This strategy combines multiple technical indicators like moving averages, RSI and Stochastics to assess price trend and overbought/oversold levels for trade signals. It harnesses the strengths of multiple indicators for more reliable decisions.
Strategy Logic:
-
Use multiple EMAs to determine overall price trend.
-
Calculate RSI and Stochastics for overbought/oversold levels.
-
Enter long when EMAs give bull signal, RSI not overbought and Stoch not overbought.
-
Enter short when EMAs give bear signal, RSI not oversold and Stoch not oversold.
-
Exit when any indicator gives opposite signal.
Advantages:
-
Multi-indicator verification improves accuracy.
-
Indicators complement each other for better market assessment.
-
Clear trading rules ease backtesting and execution.
Risks:
-
Avoid excessive redundancy across indicators.
-
Complex multi-indicator optimization.
-
More indicators does not necessarily improve performance.
In summary, the multi-indicator approach can improve decisions to some extent but requires balancing optimization difficulty and redundancy for simple, reliable strategies.
/*backtest
start: 2022-09-06 00:00:00
end: 2023-09-12 00:00:00
period: 3d
basePeriod: 1d
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/
//@version=5
// strategy(title='Combined Strategy', default_qty_type=strategy.percent_of_equity, default_qty_value=100, commission_type=strategy.commission.percent, commission_value=.0020, pyramiding=0, slippage=3, overlay=true)
//----------//- 1
