OPEN-SOURCE SCRIPT
업데이트됨 Auto Fibs

Here's a clean, simple auto fibonacci indicator — it pulls the prior period's high/low (day, week, or month, depending on your chart), auto-detects which timeframe makes sense, and redraws fresh levels every time a new period starts. It also orients the fib automatically based on whether that prior period closed bullish or bearish, so the 0%/100% anchors make sense either way.
How it works:
How it works:
- Auto timeframe logic: charts on the 15min and below get Daily fibs, higher intraday charts get Weekly fibs, Daily+ charts get Monthly fibs. You can override this with the "Fib Period" dropdown.
- No repaint: it pulls the prior completed period's high/low/open/close via request.security with a [1] offset — the levels won't shift once drawn.
- Auto-orientation: if the prior period closed bullish, 0% anchors to the low and 100% to the high (retracement from the low up). If bearish, it flips.
- Golden zone shading between 61.8%–78.6% is a nice visual reference for common reaction zones.
- Labels stay pinned to the current bar on the right edge so you can always read the levels without scrolling.
- Alerts for every fib level (including the extensions). To actually receive these, right-click the chart → Add Alert, set condition to this indicator, and choose "Any alert() function call" as the trigger — that way one alert setup covers all levels, and the message will tell you exactly which level got crossed.
- When the "Fib Period" dropdown is set to Auto, the script picks which fib to show based on how zoomed-in your chart is.
1 minute, 5 minute, or 15 minute chart → it shows the Daily fib (yesterday's high/low)
Anything zoomed out further than 15 minutes — including a 1 hour, 4 hour, etc. — → it shows the Weekly fib (last week's high/low)
Daily chart or higher (weekly, monthly) → it shows the Monthly fib (last month's high/low)
릴리즈 노트
Resizable text.릴리즈 노트
Label positioning. 릴리즈 노트
Bugs릴리즈 노트
Time sync bug릴리즈 노트
Bugs... Sorry, keep uploading wrongs script.릴리즈 노트
Another bug with time sync 오픈 소스 스크립트
트레이딩뷰의 진정한 정신에 따라, 이 스크립트의 작성자는 이를 오픈소스로 공개하여 트레이더들이 기능을 검토하고 검증할 수 있도록 했습니다. 작성자에게 찬사를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 코드를 재게시하는 경우 하우스 룰이 적용된다는 점을 기억하세요.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.
오픈 소스 스크립트
트레이딩뷰의 진정한 정신에 따라, 이 스크립트의 작성자는 이를 오픈소스로 공개하여 트레이더들이 기능을 검토하고 검증할 수 있도록 했습니다. 작성자에게 찬사를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 코드를 재게시하는 경우 하우스 룰이 적용된다는 점을 기억하세요.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.