kurtsmock

Session High and Session Low

kurtsmock 업데이트됨   
I have heard many people ask for a script that will identify the high and low of a specific session. So, I made one.

Important Note: This indicator has to be set up properly or you will get an error. Important things to note are the length of the range and the session definition. The idea is that you would set it up for what's relevant to your trading. Going too far back in the chart history will cause errors. Setting the session for a time that is not on the chart can cause errors. If you set it to look farther back than there are bars to display, you may get an error. What I've found is that if you get an error, you just need to change the settings to reflect available data and it will be able to compile the script. At the time of its publishing, the default range start is set to 10/01/2020. If you're looking at this years later, you'll probably have to set the range to something more recent.

Features:
Plot or Lines:
Using Plot (displayed), the indicator will track the high/low from the end of the session into the next session. Then at the start of the next session, it will start tracking the high/low of that session until its end, then track that high/low until the start of the next session then reset.
Using lines, it will extend horizontal lines to the right indefinitely. The number of sessions back that the lines apply to is a user-defined number of sessions. There are limits to the number of lines that can be cast on a chart (roughly 40-50). So, the maximum number of sessions you can apply the lines to is the last 21 sessions (42 lines total). That gets really noisy though so I can't imagine that is a limiting factor.

Colors:
You can change the background color and its transparency, as well as turn the background color on or off.
You can change the highs and lows colors
You can adjust the line width to your preference

Session Length:
You can use a continuous session covering any user-defined period (provided its not tooooo many candles back)
You can define the session length for intraday
You can exclude weekends

Display Options:
You can adjust the colors, transparency, and linewidth
You can display the plotline or horizontal lines
You can show/hide the background color.
You can change how many sessions back the horizontal lines will track


Let me know if there's anything this script is missing or if you run into any issues that I might be able to help resolve.

Here's what it looks like with Lines for the last 5 sessions and different background color.

릴리즈 노트:
Cleaned up some empty lines in the code
릴리즈 노트:
If you liked it before it totally broke. You'll love it now. If you tried it before and it didn't work. Try it now.

Updated to v5 and packed it full of new options.
There's two modes. One that's session-based, one that's time-based.
Time-based and session-based work independently.

This indicator repaints! Its pretty clear when you look at the plot, but the thumbnail has lines.
The indicator updates as new highs and lows are created in the progression of time during the user-designated interval.
So, when you look at it retrospectively, you are not seeing what you'll see live.
This does not predict highs and lows. Its puts a range on a timeframe and updates it as the range expands.

Its useful code that has many good purposes, but it's not some kind of magical highs and lows finder.
Great for understanding what the current range is based on the interval you think is important.

Let me know if it's helpful and if there's anything that needs to be changed

오픈 소스 스크립트

이 스크립트의 오써는 참된 트레이딩뷰의 스피릿으로 이 스크립트를 오픈소스로 퍼블리쉬하여 트레이더들로 하여금 이해 및 검증할 수 있도록 하였습니다. 오써를 응원합니다! 스크립트를 무료로 쓸 수 있지만, 다른 퍼블리케이션에서 이 코드를 재사용하는 것은 하우스룰을 따릅니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

차트에 이 스크립트를 사용하시겠습니까?