JohnBaron

PointofControl

JohnBaron Cập nhật   
Library "PointofControl"

POC_f()



The genesis of this project was to create a POC library that would be available to deliver volume profile information via pine to other scripts of indicators and strategies.

This is the indicator version of the library function.

A few things that would be unique with the built in

- it allows you to choose the kind of reset of the period, day/week or bars. This is simple enough to expand to other conditions
- it resets on bar count starting from the beginning of the data set (bar index =0) vs bars back from the end of the data set
- A 'period' in this context is the time between resets - the start of the POC until it resets (for example at the beginning of a new day or week)
- it will calculate an increment level rather than the user specifying ticks or price brackets
- it does not allow for setting the # of rows and then calculating the implied price levels
- When a period is complete it is often useful to look back at the POCs of historical periods, or extend them forward.
- This script will find the historical POCs around the current price and display them rather than extend all the historical POC lines to the right
- This script also looks across all the period POCs and identifies the master POC or what I call the Grand POC, and also the next 3 runner up POCs

There is a matching indicator to this library

Phát hành các Ghi chú:
v2
Phát hành các Ghi chú:
v3 - updated calculation in Auto_incr(). Found an issue in using ceiling vs round for the log_. This function may see more changes depending on my tests and feedback.
Phát hành các Ghi chú:
v4 - updated the auto increment calculation
- checked for symbol without volume and will produce an error message
- improved comments
- another note on volume, Volume Profiles and POCs essentially examine the volume across price levels or increments, if a single candle crosses multiple price levels, this script allocates the volume of that candle equally between the volume levels and not purely at the ending close or high price level of the candle, this is purely a choice on my part that suggests large body single candles have trading volume through the entire price action of that candle and not at one price point. A more precise method (perhaps for a later update) would be to parse that one large candle into lower time frames and allocate the volume appropriately - perhaps for a future version. For now the approximation of equal volume distribution is good enough.
Thư viện Pine

Với tinh thần TradingView thực sự, tác giả đã xuất bản mã Pine này như một thư viện mã nguồn mở để các lập trình viên Pine khác từ cộng đồng của chúng tôi có thể sử dụng lại nó. Chúc mừng tác giả! Bạn có thể sử dụng thư viện này một cách riêng tư hoặc trong các ấn phẩm mã nguồn mở khác, nhưng việc sử dụng lại mã này trong một ấn phẩm chịu sự điều chỉnh của Nội quy chung.

Thông báo miễn trừ trách nhiệm

Thông tin và ấn phẩm không có nghĩa là và không cấu thành, tài chính, đầu tư, kinh doanh, hoặc các loại lời khuyên hoặc khuyến nghị khác được cung cấp hoặc xác nhận bởi TradingView. Đọc thêm trong Điều khoản sử dụng.

Bạn muốn sử dụng thư viện này?

Sao chép văn bản vào khay nhớ tạm và dán nó vào tập lệnh của bạn.