에디터즈 픽OPEN-SOURCE SCRIPT

Volume Profile Auto [line]

업데이트됨
This project is about:

- VPSV
- array.new_line()
- array.new_box()

VPSV (pine) is one of the rare features that draws lines/figures BETWEEN bars
스냅샷

It doesn't run on Pine script, which makes it possible to do such things.

I wanted to have something similar while a restriction of Pine script is the impossibility to draw between bars, the only way I could think of is by using line width
스냅샷

In this script the higher timeframe is started with several lines (left) and a box, this box goes further until the higher timeframe ends.

During the creation of the box, each candle (lower timeframe) in this box (higher timeframe - period) is checked for position and volume, the volume is added to the left line, so when you see a thicker line, this means at that level there is more volume traded.

One of the big differences with other volume profiles is that many look back to a previous period, here when a period starts, the lines collect data - volume until the period ends, it is especially very visible in very low TF's (seconds)

This is my first script with array.new_line() - array.new_box(), which is a very nice Pine feature!
I hope this script can be helpful to see the possibilities

Settings:

'Parts' -> amount of lines (left of box)

5 Parts:
스냅샷

15 Parts:
스냅샷

25 Parts:
스냅샷

50 Parts:
스냅샷

'Max Width' -> Sets the max width of the lines

'Automatic Settings' -> Sets the higher time frame automatically, see the tooltip ⓘ for more info

The yellow line is the max volume line of that period, last period has a red line (POC), also referring the max.

Cheers!
릴리즈 노트
bugfix
릴리즈 노트
Improvement of array clean-up (Thanks HeWhoMustNotBeNamed !)
릴리즈 노트
Added more POC lines
릴리즈 노트
• Added 'Visible Barcolor' for users who use "Bars" as "Bar's Style", default off
• Converted to v5
릴리즈 노트
• Added 'Visible Barcolor' for users who use "Bars" as "Bar's Style", default off
• Converted to v5
arrayBOXLINEVolumevpsv

오픈 소스 스크립트

진정한 TradingView 정신에 따라, 이 스크립트의 저자는 트레이더들이 이해하고 검증할 수 있도록 오픈 소스로 공개했습니다. 저자에게 박수를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰에 의해 관리됩니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.

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


LuxAlgo Dev: luxalgo.com
PineCoder: pinecoders.com

- We cannot control our emotions,
but we can control our keyboard -
또한 다음에서도:

면책사항