OPEN-SOURCE SCRIPT
已更新 fed/fomc and us elections dates

Fed Meeting Dates & US Elections – Historical and Projected (from 1987)
This script marks Federal Reserve meeting dates, emergency meetings, US presidential elections, and midterm elections directly on the chart.
Data source
All dates were sourced from the official Federal Reserve website. The data collection was automated and dates were not individually verified. NO GUARANTEE IS MADE THAT ALL DATES ARE ACCURATE. USE AT YOUR OWN RISK.
Meeting dates
Only the first day of each Federal Reserve meeting is displayed, not the full duration of the meeting.
Why 1987?
Pine Script limits the number of labels that can be displayed. Starting from 1987 keeps the script within these limits while still covering several decades of market history. The script intentionally does not use the full maximum of 500 labels, leaving room for labels from other scripts running on the same chart.
Extending the script
Adding future dates is straightforward – the script can simply be extended by appending new entries to the arrays at the bottom of the data section.
A note on label style
Labels were chosen over vertical lines for a specific reason: vertical lines with `extend.both` in Pine Script cause the chart to rescale, making candles appear very small. Labels with `yloc.abovebar` / `yloc.belowbar` do not affect chart scaling. If anyone finds a way to display clean vertical lines without causing rescaling, feel free to modify the code – and a message would be very welcome.
This script marks Federal Reserve meeting dates, emergency meetings, US presidential elections, and midterm elections directly on the chart.
Data source
All dates were sourced from the official Federal Reserve website. The data collection was automated and dates were not individually verified. NO GUARANTEE IS MADE THAT ALL DATES ARE ACCURATE. USE AT YOUR OWN RISK.
Meeting dates
Only the first day of each Federal Reserve meeting is displayed, not the full duration of the meeting.
Why 1987?
Pine Script limits the number of labels that can be displayed. Starting from 1987 keeps the script within these limits while still covering several decades of market history. The script intentionally does not use the full maximum of 500 labels, leaving room for labels from other scripts running on the same chart.
Extending the script
Adding future dates is straightforward – the script can simply be extended by appending new entries to the arrays at the bottom of the data section.
A note on label style
Labels were chosen over vertical lines for a specific reason: vertical lines with `extend.both` in Pine Script cause the chart to rescale, making candles appear very small. Labels with `yloc.abovebar` / `yloc.belowbar` do not affect chart scaling. If anyone finds a way to display clean vertical lines without causing rescaling, feel free to modify the code – and a message would be very welcome.
發行說明
updated comments and formatting發行說明
modified historic dates appearance. was one day late, now on first date of meeting. modified future dates appearance. is one day late, no solution found - changed label to "text".
發行說明
recent dates. 開源腳本
秉持TradingView一貫精神,這個腳本的創作者將其設為開源,以便交易者檢視並驗證其功能。向作者致敬!您可以免費使用此腳本,但請注意,重新發佈代碼需遵守我們的社群規範。
免責聲明
這些資訊和出版物並非旨在提供,也不構成TradingView提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。
開源腳本
秉持TradingView一貫精神,這個腳本的創作者將其設為開源,以便交易者檢視並驗證其功能。向作者致敬!您可以免費使用此腳本,但請注意,重新發佈代碼需遵守我們的社群規範。
免責聲明
這些資訊和出版物並非旨在提供,也不構成TradingView提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。