liquid-trader

Key Levels (Open, Premarket, & Yesterday)

liquid-trader 업데이트됨   
OVERVIEW
This indicator automatically identifies and draws recent high-probability support and resistance levels (recent key levels). Specifically, yesterdays highs / lows, premarket highs / lows, as well as yesterdays end of day Volume Weighted Average Price and trader specified Moving Average.

This is most useful on charts with intraday time frames (1 minute, 5 minute etc.) commonly used for day trading. This is not ideal for larger time frames (greater than 1 hour) commonly used for swing trading or identifying larger trends.

INPUTS
You can configure:
  • Line size, style, and colors
  • Label colors
  • Which key levels you want to see
  • Moving Average Parameters
  • Market Hours and Time Zone

DEV NOTES
This script illustrates:
  • A method for iterative management of more complex data objects (not just discrete values) with loops and arrays.
릴리즈 노트:
Minor cleanup.
릴리즈 노트:
• Refactored logic.
• Added "Near Open" premarket levels.
릴리즈 노트:
• Raised the line limit to the maximum allowed.
• Adjusted "Premarket" levels to reset at midnight. This is most useful for things like futures, where new sessions begin the evening prior. This change is unlikely to be noticed unless actively trading overnight.
릴리즈 노트:
• Added ability to set a line max length, if you do not want the lines stretching back to their origin. It is turned off by default.
• Improved "Premarket" level logic, where it will now stop updating near the open if "Near Open" levels are turned on, which should keep the premarket and near open levels from overlapping.
릴리즈 노트:
• Added ability to limit "Yesterdays Hi / Lo" to only the market hours. This is now on by default. Disabling the option will include Premarket and After Hours levels, if they exceed the levels during the market hours.
• Fixed bug where Yesterdays Hi / Lo would not reset properly if extended hours were not showing.
• Minor code cleanup.
릴리즈 노트:
• Added an "Opening Range" (off by default). You can specify the color and how many minutes into the first market hour qualifies as "the open".
• Minor improvements to level logic.
• Fixed a bug that truncated older levels, if the max line length was enabled.
릴리즈 노트:
• Fixed bug that broke the indicator when extended trading hours were not displayed on the chart and premarket levels or near open levels were enabled.
릴리즈 노트:
• A variety of smaller bug fixes and logic enhancements.
릴리즈 노트:
• Updated the default "Max Line Length" to be "15", which is the same default as the "Opening Range". This helps visually communicate when the opening range will stop adjusting. You still have the ability to override both the Max Line Length and Opening Range values.
릴리즈 노트:
Added Levels
• After Hours
• Overnight
• Custom

Added Price Proximity Features
• Line Length Override
• Toggle Visibility
• ATR Zones

Other Enhancements
• Refactored arrays for better variable and object management.
• Converted the market hours settings to be TV's session input (their standard time entry field).
• Logic adjustments and max_bar_back adjustments.
• Minor bug fixes.

- - -

All the new levels / features are off by default.

After Hours will capture the high / low after regular trading hours and before the session ends. If "Mkt Hrs Only" is disabled, and the sessions highs / lows occur during this time, "Yesterdays Hi / Lo" and "After Hours" levels will overlap. For this reason, if a After Hours level is identical to Yesterday, the After Hours level will be hidden.

Overnight will capture the high / low before midnight when a session begins after regular trading hours. Sessions beginning after trading hours is not a thing for most securities (thus will not show on most securities), but does occur for things like futures and crypto.

Custom have been added. You are able to set a specific level value in the settings, or drag the level up / down on the chart.

A feature previously introduced was an ability to give lines a maximum length. This truncation aims to help keep charts simple and clean. To this end, a follower suggested having truncated lines extend back to their origin when price was within it's proximity. To accomplish this, two Price Proximity settings are being introduced.

Range of Proximity ( % ) defines how close price needs to be for an enabled proximity settings to take effect. This is a percentage (not monetary) value. For example, how close price should be before a truncated line extends back to its origin.
Line Length Override will extend a line back to its origin, when price is proximal to a given line and "Max Line Length" is enabled.

Given the original intention of truncating lines (decluttering charts), and now having a method to detect price proximity, I extended the concept further.

Toggle Visibility will hide levels by default, and only show a level when price is proximal to a given line. Useful for those who only want to be reminded of an approaching while trading, but otherwise don't want to see it.

This price proximity work also spurred another idea. Price rarely interacts with a key level exactly. In practice they are more like zones, due to order execution variance, better known as volatility. Because the Average True Range (ATR) measures volatility, I decided to pair ATR with price proximity to get a better sense of a given levels area of opportunity.


ATR Zones will show a 5 bar ATR zone around the level, when price is proximal to a given line. Half the ATR is above the line, and half the ATR is below the line.

- - -

General Note
The intention of this indicator is to compliment your trading strategy. It is not intended to be a trading strategy in and of itself, but rather make something you are already doing more convenient. While turning everything on is unlikely to help you, enabling only the things that already have your attention makes chart contextualization so much faster. Happy trading.
릴리즈 노트:
Minor setting changes (ie. tooltips, groups, etc.)
릴리즈 노트:
• Visual cleanup of settings panel.
릴리즈 노트:
Added Levels
• Todays open
• Yesterdays open
• Yesterdays close
• Todays high & low
• This / last weeks high & low
• This / last months high & low
• This / last quarters high & low
• This / last years high & low
• Todays VWAP
• Todays Moving Average

Other Enhancements
• Label tooltips
• Label abbreviation controls
• Code refactor to better manage levels within a single UDT object array

Notes
While I have done my best to address all the edge-cases and bugs I could find, the magnitude of code refactoring required to implement these new levels cannot be overstated. It's possible I missed something, so if you discover any quirks, let me know and I'll get it fixed!
오픈 소스 스크립트

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

면책사항

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

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