PINE LIBRARY
SessionVolumeProfile

Library "SessionVolumeProfile"
calcProfile(highs, lows, volumes, rows)
Computes POC, VAL, VAH for 70% VA using 24 price rows.
Parameters:
highs (array<float>): Series of highs.
lows (array<float>): Series of lows.
volumes (array<float>): Series of volumes.
rows (simple int): simple int Number of price bins (default 24).
Returns: VolumeProfile object.
VolumeProfile
Volume profile levels from a session.
Fields:
poc (series float)
vah (series float)
val (series float)
totalVolume (series float)
calcProfile(highs, lows, volumes, rows)
Computes POC, VAL, VAH for 70% VA using 24 price rows.
Parameters:
highs (array<float>): Series of highs.
lows (array<float>): Series of lows.
volumes (array<float>): Series of volumes.
rows (simple int): simple int Number of price bins (default 24).
Returns: VolumeProfile object.
VolumeProfile
Volume profile levels from a session.
Fields:
poc (series float)
vah (series float)
val (series float)
totalVolume (series float)
Pineライブラリ
TradingViewの精神に則り、作者はこのPineコードをオープンソースライブラリとして公開してくれました。コミュニティの他のPineプログラマーが再利用できるようにという配慮です。作者に拍手を!このライブラリは個人利用や他のオープンソースの公開コンテンツで使用できますが、公開物でのコードの再利用はハウスルールに準じる必要があります。
免責事項
これらの情報および投稿は、TradingViewが提供または承認する金融、投資、取引、またはその他の種類の助言もしくは推奨であることを意図したものではなく、またこれらに該当するものでもありません。詳細は利用規約をご覧ください。
Pineライブラリ
TradingViewの精神に則り、作者はこのPineコードをオープンソースライブラリとして公開してくれました。コミュニティの他のPineプログラマーが再利用できるようにという配慮です。作者に拍手を!このライブラリは個人利用や他のオープンソースの公開コンテンツで使用できますが、公開物でのコードの再利用はハウスルールに準じる必要があります。
免責事項
これらの情報および投稿は、TradingViewが提供または承認する金融、投資、取引、またはその他の種類の助言もしくは推奨であることを意図したものではなく、またこれらに該当するものでもありません。詳細は利用規約をご覧ください。