OPEN-SOURCE SCRIPT

Holy Grail

268
This is a long-only educational strategy that simulates what happens if you keep adding to a position during pullbacks and only exit when the asset hits a new All-Time High (ATH). It is intended for learning purposes only — not for live trading.

🧠 How it works:
  • The strategy identifies pullbacks using a simple moving average (MA).
  • When price dips below the MA, it begins monitoring for the first green candle (close > open).
  • That green candle signals a potential bottom, so it adds to the position.
  • If price goes lower, it waits for the next green candle and adds again.
  • The exit happens after ATH — it sells on each red candle (close < open) once a new ATH is reached.

You can adjust:
  • MA length (defines what’s considered a pullback)
  • Initial buy % (how much to pre-fill before signals start)
  • Buy % per signal (after pullback green candle)
  • Exit % per red candle after ATH

📊 Intended assets & timeframes:
This strategy is designed for broad market indices and long-term appreciating assets, such as:
  • SPY, NASDAQ, DAX, FTSE

Use it only on 1D or higher timeframes — it’s not meant for scalping or short-term trading.

⚠️ Important Limitations:
  • Long-only: The script does not short. It assumes the asset will eventually recover to a new ATH.
  • Not for all assets: It won't work on assets that may never recover (e.g., single stocks or speculative tokens).
  • Slow capital deployment: Entries happen gradually and may take a long time to close.
  • Not optimized for returns: Buy & hold can outperform this strategy.
  • No slippage, fees, or funding costs included.

This is not a performance strategy. It’s a teaching tool to show that:
  • High win rate ≠ high profitability
  • Patience can be deceiving
  • Many signals = long capital lock-in

🎓 Why it exists:
The purpose of this strategy is to demonstrate market psychology and risk overconfidence. Traders often chase strategies with high win rates without considering holding time, drawdowns, or opportunity cost.

This script helps visualize that phenomenon.

Declinazione di responsabilità

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.