Multi Timeframe MACD StochRSI Combo Strategy
This strategy combines the MACD and StochRSI indicators across multiple timeframes for improved reliability in trade signals. It is a typical multi-timeframe combination approach.
Strategy Logic:
-
Calculate MACD and StochRSI on daily and 4-hour periods.
-
Enter long when both bullish signals align on daily and 4-hour.
-
Enter short when both bearish signals align on daily and 4-hour.
-
Hold position until opposite signals appear on both timeframes.
-
Cross-validation via multi-timeframe improves accuracy.
Advantages:
-
Multi-timeframe analysis improves signal stability.
-
MACD and StochRSI verify each other.
-
Clear entry and exit rules ease testing and execution.
Risks:
-
Multi-timeframe combinations lag trade entries.
-
Complex parameter optimization across periods.
-
Potentially fewer trades Unable to fully capitalize on all market opportunities.
In summary, this multi-timeframe approach can improve signal quality but requires balancing optimization and lag against risk-adjusted returns.
/*backtest
start: 2023-08-13 00:00:00
end: 2023-09-12 00:00:00
period: 1h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/
//@version=2
// strategy(title='[RS]Khizon (DGAZ) Strategy V0', shorttitle='K', overlay=false, pyramiding=0, initial_capital=100000, currency=currency.USD)
// || Inputs:
macd_src = input(title='MACD Source:', defval=close)- 1
