Guide
How does the Investments/swing trading strategy for different assets strategy work ?
This Investments/swing trading strategy for different assets employs a combination of five technical indicators, aiming for long-term benefits while offering protection during bearish market conditions. Utilizing the 200-period EMA as a trend filter, the strategy establishes criteria for three types of buy entries:
- First Entry: Initiated during pullbacks when Squeeze Momentum is negative, the price is above the 200-period EMA and higher than the previous close, and the MACD histogram is below zero but increasing. An ATR-based stop loss and a 1:1 risk/reward ratio for break even are set upon entry. Positions are closed when Squeeze Momentum becomes positive or if stop loss or break even is triggered.
- Second Entry: Aimed at capturing bullish movements with the closing price above the 200-period EMA and Squeeze Momentum falling below zero. Similar exit rules as the first entry apply here.
- Third Entry (Against Trend): Occurs when the price is below the 200-period EMA and Squeeze Momentum falls below zero. This entry type is more suited for weekly or daily timeframes. Positions are closed using the same criteria as the first and second entries.
Risk management is crucial to this strategy. It calculates the position size by only risking a small percentage of the initial capital, ensuring that a fixed percentage of the account is risked per trade. The ATR stop loss indicator guides the entry and risk management process, with the specific calculation illustrated by an example, emphasizing compound interest for account growth.
Script settings provide customization options for displaying indicators, positions, and signals, with safe guarding against over-optimization by discouraging changes to indicator values. The script also includes advanced features like leveraging for backtesting and a break-even option using RSI overbought crossings.</