OPEN-SOURCE SCRIPT
Aggiornato 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.
Note di rilascio
updated comments and formattingNote di rilascio
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".
Note di rilascio
recent dates. Script open-source
Nello spirito di TradingView, l'autore di questo script lo ha reso open source, in modo che i trader possano esaminarne e verificarne la funzionalità. Complimenti all'autore! Sebbene sia possibile utilizzarlo gratuitamente, ricordiamo che la ripubblicazione del codice è soggetta al nostro Regolamento.
Declinazione di responsabilità
Le informazioni e le pubblicazioni non sono intese come, e non costituiscono, consulenza o raccomandazioni finanziarie, di investimento, di trading o di altro tipo fornite o approvate da TradingView. Per ulteriori informazioni, consultare i Termini di utilizzo.
Script open-source
Nello spirito di TradingView, l'autore di questo script lo ha reso open source, in modo che i trader possano esaminarne e verificarne la funzionalità. Complimenti all'autore! Sebbene sia possibile utilizzarlo gratuitamente, ricordiamo che la ripubblicazione del codice è soggetta al nostro Regolamento.
Declinazione di responsabilità
Le informazioni e le pubblicazioni non sono intese come, e non costituiscono, consulenza o raccomandazioni finanziarie, di investimento, di trading o di altro tipo fornite o approvate da TradingView. Per ulteriori informazioni, consultare i Termini di utilizzo.