OPEN-SOURCE SCRIPT
Aggiornato New York Open Lines

This indicator marks key New York trading session opens on the chart. It draws horizontal lines at the New York Midnight Open (00:00 NY time) and the New York Economic Open (08:30 NY time) prices.
Key Features:
1) Customizable Line Styles & Colors:
* Users can choose between solid, dotted, or dashed lines.
* Colors are customizable for each open level.
2) Timeframe-Based Logic:
* For timeframes above 30 minutes:
- It retrieves the midnight (NYMO) and 8:30 AM (ETO) open prices using request.security_lower_tf().
- The script ensures the price is stored only once per day.
* For 30-minute timeframes and below:
- The script draws lines at the exact open prices as bars appear.
3) Line Management:
* The lines extend for 24 hours from the open.
* The previous day's lines are removed to keep the chart clean.
4) Session Reset:
* At the start of a new trading day, the stored NYMO and ETO prices reset to na to prepare for the next session.
This helps traders quickly identify key New York session levels, often used for support, resistance, and breakout trading strategies.
Key Features:
1) Customizable Line Styles & Colors:
* Users can choose between solid, dotted, or dashed lines.
* Colors are customizable for each open level.
2) Timeframe-Based Logic:
* For timeframes above 30 minutes:
- It retrieves the midnight (NYMO) and 8:30 AM (ETO) open prices using request.security_lower_tf().
- The script ensures the price is stored only once per day.
* For 30-minute timeframes and below:
- The script draws lines at the exact open prices as bars appear.
3) Line Management:
* The lines extend for 24 hours from the open.
* The previous day's lines are removed to keep the chart clean.
4) Session Reset:
* At the start of a new trading day, the stored NYMO and ETO prices reset to na to prepare for the next session.
This helps traders quickly identify key New York session levels, often used for support, resistance, and breakout trading strategies.
Note di rilascio
Visual fixScript open-source
In pieno spirito TradingView, il creatore di questo script lo ha reso open-source, in modo che i trader possano esaminarlo e verificarne la funzionalità. Complimenti all'autore! Sebbene sia possibile utilizzarlo gratuitamente, ricorda che la ripubblicazione del codice è soggetta al nostro Regolamento.
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.
Script open-source
In pieno spirito TradingView, il creatore di questo script lo ha reso open-source, in modo che i trader possano esaminarlo e verificarne la funzionalità. Complimenti all'autore! Sebbene sia possibile utilizzarlo gratuitamente, ricorda che la ripubblicazione del codice è soggetta al nostro Regolamento.
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.