TradingView
NorthStarDayTrading
12 mag 2023 17:12

NSDT Custom High and Low Lines 

E-mini Nasdaq-100 Futures (Jun 2023)CME

Descrizione

First, the credit for the original script to plot a High and Low between a certain time goes to developer paaax.

I took that idea, converted it to Pinescript V5, cleaned up the code, and added a few more lines so you can plot different levels based on time of day.
Published open source like the original.

The example shown has:
Blue - plotting from the start of the Futures Asian session to the start of the Futures USA Session. (6:00PM - 9:30AM Eastern)
Yellow - plotting from the start of the Futures Europe session to the start of the Futures USA Session. (3:00AM - 9:30AM Eastern)
Green - plotting from the start of the Futures US Premarket session to the start of the Futures USA Session. (8:00AM - 9:30AM Eastern)

These are great levels to use for breakouts and/or support and resistance.

Combine these levels with the 5 min Open Range levels, as you have some good trades.
tradingview.com/script/bHeXkOXn-NSDT-Open-Range-All-Sessions-5-Min/

Each of the three sessions have individual start and end times that can be modified by the trader, so you can easily mark off important areas for your style of trading.

Note di rilascio

Added the ability to extend line Right, Left, or Both
Commenti
Arun_K_Bhaskar
How to extend only previous day lines? Like 0 should extend current day lines, 1 should extend previous day lines, 2 should extend previous 2nd day lines?
Altro