#SwingTradingStrategy Go-To Swing Trading Strategy:

I rely on a moving average crossover system combined with RSI filtering for high-probability setups:

1. Entry Trigger: I enter long when the 10-day SMA crosses above the 50-day SMA, confirming an uptrend. I filter with RSI (14-period) to avoid overbought conditions (entry only if RSI < 65). For example, in AAPL 2023, this signaled a buy at $150 before a 20% surge .

2. Exit Rules: I exit 50% of the position at a 1:2 risk-reward target (e.g., 6% profit if risking 3%) and trail a stop-loss for the remainder. A bearish SMA crossover or RSI > 70 triggers full exit .

3. Risk Management: Stop-loss is set 1-2% below the nearest support level. I never risk >1% of my capital per trade .