PINE LIBRARY

volumeUtilities

By 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

مكتبة باين

كمثال للقيم التي تتبناها TradingView، نشر المؤلف شيفرة باين كمكتبة مفتوحة المصدر بحيث يمكن لمبرمجي باين الآخرين من مجتمعنا استخدامه بحرية. تحياتنا للمؤلف! يمكنك استخدام هذه المكتبة بشكل خاص أو في منشورات أخرى مفتوحة المصدر، ولكن إعادة استخدام هذا الرمز في المنشور تحكمه قوانين الموقع.

إخلاء المسؤولية