PINE LIBRARY

volumeUtilities

AlgoTrader_Proの投稿
アップデート済
Library "volumeUtilities"

generate_and_plot_volumeProfile(length, valueArea_perc, plot_vp, show_vp_labels, include_vp_levels)
  : Generate and plot volume profile
  Parameters:
    length (int): (int): Length of the volume profile indicator
    valueArea_perc (float): (float): Percentage of the volume that will be in the value area
    plot_vp (bool): (bool): Flag to plot or not the indicator
    show_vp_labels (bool): (bool): Flag to plot the labels of the levels
    include_vp_levels (bool): (bool): Flag to include the values inside the labels of the levels
  Returns: : Returns POC level, upper value area level, lower value area level and alerts if close is above or below the value area.
リリースノート
v2
リリースノート
v3
リリースノート
v4
リリースノート
v5

Updated:
generate_and_plot_volumeProfile(length, valueArea_perc, plot_vp, show_vp_labels, include_vp_levels, bars_to_right, plot_dataTable, data_tableTitle, tableYpos, tableXpos, table_textSize)
  Parameters:
    length (int)
    valueArea_perc (float)
    plot_vp (bool)
    show_vp_labels (bool)
    include_vp_levels (bool)
    bars_to_right (int)
    plot_dataTable (bool)
    data_tableTitle (string)
    tableYpos (string)
    tableXpos (string)
    table_textSize (string)
リリースノート
v6
techindicator
AlgoTrader_Pro

Pineライブラリ

TradingViewの精神に則り、作者はPineコードをオープンソースライブラリとして公開し、コミュニティの他のPineプログラマーが再利用できるようにしました。作者に敬意を表します!このライブラリを個人的に、または他のオープンソースの投稿で使用することができますが、このコードを投稿で再利用するには、ハウスルールに準拠する必要があります。

免責事項