Strategy Overview: Weekly Pivot Trading System Core Concept: A mean-reversion strategy that trades between weekly pivot levels. It uses calculated support (S1-S4) and resistance (R1-R4) levels derived from the previous week's price action to identify entry and exit points.
Just know, every market is different. You may need to play with the settings to suit you're market
A: It exploits price reversals at weekly support/resistance zones. When price dips to a support level (S1-S4), the strategy buys, expecting a bounce to the corresponding resistance (R1-R4).
Q2: Why use weekly pivots instead of daily?
A: Weekly levels act as stronger psychological zones, reducing noise from short-term fluctuations. This aligns with swing trading/institutional order flow.
Q3: Where are the stop-losses?
A: The original strategy has no stop-loss to allow positions to ride to targets. However, users can add their own stop rules (e.g., below S4 or ATR-based stops).
Q4: How do I adjust risk?
A: Two key controls:
1. default_qty_value: Reduce from 25% to lower position size.
2. S/R distances: Widen offsets for larger buffers.
Q5: Why do trades sometimes not close?
A: Positions remain open indefinitely until price reaches the profit target. This works best in ranging markets but may tie up capital in trends.
Q6: How is this different from standard pivot strategies?
A: Three unique aspects:
1.Weekly reset: Fresh levels every Monday.
2. Multiple entries: Up to 4 trades/week.
3. No repainting: Levels fixed at week start.
Q7: What markets/timeframes does this work on? A: Best results in:
Markets: Forex, indices, crypto (high liquidity).
Timeframes: 1H or higher (avoids intraweek noise).
Q8: Can I combine this with other indicators? A: Popular additions:
Trend filter: Only trade S1-S4 in uptrends (e.g., 50 SMA).
Volume confirmation: Require rising volume at support.
RSI divergence: Avoid entries during overextension.
Q9: Why does it enter on touch (not close)? A: By design, it mimics "limit order" behavior. To require a close below/above, modify the entry condition:
// Replace: if low <= level // With: if close < level // More conservative
Q10: How to avoid whipsaws during volatility? A: Two solutions:
1.Add a buffer (e.g., require price to close 1% below S1).
2.Use multiple timeframes: Confirm with daily pivot alignment.
Pro Tips for Users 1. Backtest Across Market Phases: Test in both trending and ranging conditions.
2. Adjust Offsets Volatility: Widen S/R distances for high-volatility assets.
Pair with Correlation: Avoid overlapping trades in correlated markets.
This framework balances simplicity with customization potential.
Thank you for taking the time to review this strategy. This is my first finished product. I hope people enjoy testing it.
P.S. Please feel free to change or add whatever you like. If you feel up to the task. Im 100% confident that there are better coders than me that can improve this. :D
In pieno spirito TradingView, l'autore di questo script lo ha pubblicato open-source, in modo che i trader possano comprenderlo e verificarlo. Un saluto all'autore! È possibile utilizzarlo gratuitamente, ma il riutilizzo di questo codice in una pubblicazione è regolato dal nostro Regolamento. Per aggiungerlo al grafico, mettilo tra i preferiti.
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.