PINE LIBRARY
更新済 NetLiquidityLibrary

Library "NetLiquidityLibrary"
The Net Liquidity Library provides daily values for net liquidity. Net liquidity is measured as Fed Balance Sheet - Treasury General Account - Reverse Repo. Time series for each individual component included too.
get_net_liquidity_for_date(t)
Function takes date in timestamp form and returns the Net Liquidity value for that date. If date is not present, 0 is returned.
Parameters:
t: The timestamp of the date you are requesting the Net Liquidity value for.
Returns: The Net Liquidity value for the specified date.
get_net_liquidity()
Gets the Net Liquidity time series from Dec. 2021 to current. Dates that are not present are represented as 0.
Returns: The Net Liquidity time series.
The Net Liquidity Library provides daily values for net liquidity. Net liquidity is measured as Fed Balance Sheet - Treasury General Account - Reverse Repo. Time series for each individual component included too.
get_net_liquidity_for_date(t)
Function takes date in timestamp form and returns the Net Liquidity value for that date. If date is not present, 0 is returned.
Parameters:
t: The timestamp of the date you are requesting the Net Liquidity value for.
Returns: The Net Liquidity value for the specified date.
get_net_liquidity()
Gets the Net Liquidity time series from Dec. 2021 to current. Dates that are not present are represented as 0.
Returns: The Net Liquidity time series.
リリースノート
v2 - Return na for dates that don't have a valueリリースノート
v3Update documentation
リリースノート
v4Experimenting with switch statement
リリースノート
v5Update to switch statement
Removed:
get_net_liquidity_for_date(t)
Function takes date in timestamp form and returns the Net Liquidity value for that date. If date is not present, na is returned.
リリースノート
v6Add TGA time series
Added:
get_tga()
Gets the Treasury General Account time series from Dec. 2021 to current. Dates that are not present are represented as 0.
Returns: The Treasury General Account time series.
リリースノート
v7Updated:
get_net_liquidity(component)
Gets the Net Liquidity time series from Dec. 2021 to current. Dates that are not present are represented as na.
Parameters:
component: The component of the Net Liquidity function to return. Possible values: 'fed', 'tga', and 'rrp'. (`Net Liquidity` is returned if no argument is supplied).
Returns: The Net Liquidity time series or a component of the Net Liquidity function.
Removed:
get_tga()
Gets the Treasury General Account time series from Dec. 2021 to current. Dates that are not present are represented as 0.
リリースノート
v8Update to retrieve values for trailing 250 trading days
リリースノート
v9Update for 11/11/2022
リリースノート
v1011/14/2022 Update
Added:
get_sm_metric(The)
Gets either the DIX or GEX time series for the last 250 trading days. Dates that are not present are represented as na.
Parameters:
The: metric to return. Possible values: 'dix' and 'gex'. (`DIX` is returned if no argument is supplied).
Returns: The specified SqueezeMetrics time series.
リリースノート
v1111/15/2022 Update
リリースノート
v1211/16/2022 update
リリースノート
v1311/16/2022 Update #2
リリースノート
v1411/17/2022 Update
リリースノート
v1511/18/2022 Update
リリースノート
v1611/21/2022 update
リリースノート
v1711/22/2022 update
リリースノート
v1811/23/2022 update
リリースノート
v1911/25/2022 update
リリースノート
v2011/28/2022 update
リリースノート
v2111/29/2022 update
リリースノート
v2211/30/2022 update
リリースノート
v2312/1/2022 update
リリースノート
v2612/2/2022 update
リリースノート
v2712/5/2022 update
リリースノート
v2812/6/2022
リリースノート
v2912/7/2022 update
リリースノート
v3012/8/2022 update
リリースノート
v3112/9/2022 update
リリースノート
v3212/12/2022 update
リリースノート
v3312/13/2022 update
リリースノート
v3412/14/2022 update
リリースノート
v3512/16/2022 update
リリースノート
v3612/20/2022 update
リリースノート
v3712/28/2022 update
リリースノート
v3812/30/2022 update
リリースノート
v39Updated to provide the trailing 400 trading days
Removed:
get_sm_metric(component)
Gets either the DIX or GEX time series for the last 250 trading days. Dates that are not present are represented as na.
リリースノート
v40Testing
リリースノート
v41Testing 2
リリースノート
v421/18/2018 update
Now includes trailing 400 trading days
リリースノート
v431/19/2023 update
リリースノート
v441/20/2023 update
リリースノート
v451/23/2023 update
Pineライブラリ
TradingViewの精神に則り、作者はこのPineコードをオープンソースライブラリとして公開してくれました。コミュニティの他のPineプログラマーが再利用できるようにという配慮です。作者に拍手を!このライブラリは個人利用や他のオープンソースの公開コンテンツで使用できますが、公開物でのコードの再利用はハウスルールに準じる必要があります。
免責事項
この情報および投稿は、TradingViewが提供または推奨する金融、投資、トレード、その他のアドバイスや推奨を意図するものではなく、それらを構成するものでもありません。詳細は利用規約をご覧ください。
Pineライブラリ
TradingViewの精神に則り、作者はこのPineコードをオープンソースライブラリとして公開してくれました。コミュニティの他のPineプログラマーが再利用できるようにという配慮です。作者に拍手を!このライブラリは個人利用や他のオープンソースの公開コンテンツで使用できますが、公開物でのコードの再利用はハウスルールに準じる必要があります。
免責事項
この情報および投稿は、TradingViewが提供または推奨する金融、投資、トレード、その他のアドバイスや推奨を意図するものではなく、それらを構成するものでもありません。詳細は利用規約をご覧ください。