Type/to search

Multi Timeframe MACD StochRSI Combo Strategy

Cryptocurrency
Created: 2023-09-13 12:05:46
Last modified: 3 years ago
1
Follow
1781
Followers

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:

  1. Calculate MACD and StochRSI on daily and 4-hour periods.

  2. Enter long when both bullish signals align on daily and 4-hour.

  3. Enter short when both bearish signals align on daily and 4-hour.

  4. Hold position until opposite signals appear on both timeframes.

  5. Cross-validation via multi-timeframe improves accuracy.

Advantages:

  1. Multi-timeframe analysis improves signal stability.

  2. MACD and StochRSI verify each other.

  3. Clear entry and exit rules ease testing and execution.

Risks:

  1. Multi-timeframe combinations lag trade entries.

  2. Complex parameter optimization across periods.

  3. 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.

Source
Pine
/*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)
Strategy parameters
Strategy parameters
MACD Source:
MACD Fast Length:
MACD Slow Length:
MACD Signal Smoothing:
SRSI Source:
SRSI RSI Length:
SRSI Stoch Length:
SRSI Smoothing:
SRSI Signal Smoothing:
Trade Size in BTC:
Perform buy trading?
Perform sell trading?
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)