PINE LIBRARY
已更新 pta_plot

Library "pta_plot"
pta_plot: This library will help you to plot different value. I will keep updating with your requirement
print_array(array_id, border_color)
Display array element as a table.
Parameters:
array_id: Id of your array.
border_color: Color for border (`color.black` is used if no argument is supplied).
Returns: Display array element in bottom of the pane.
pta_plot: This library will help you to plot different value. I will keep updating with your requirement
print_array(array_id, border_color)
Display array element as a table.
Parameters:
array_id: Id of your array.
border_color: Color for border (`color.black` is used if no argument is supplied).
Returns: Display array element in bottom of the pane.
版本注释
v2Added:
print_array_float(array_id, border_color)
Display array element as a table.
Parameters:
array_id: Id of your array.
border_color: Color for border (`color.black` is used if no argument is supplied).
Returns: Display array element in bottom of the pane.
print_array_int(array_id, border_color)
Display array element as a table.
Parameters:
array_id: Id of your array.
border_color: Color for border (`color.black` is used if no argument is supplied).
Returns: Display array element in bottom of the pane.
Removed:
print_array(array_id, border_color)
Display array element as a table.
版本注释
v3Added:
print_array_string(array_id, border_color)
Display array element as a table.
Parameters:
array_id: Id of your array.
border_color: Color for border (`color.black` is used if no argument is supplied).
Returns: Display array element in bottom of the pane.
版本注释
v4版本注释
v5Added:
print_array_bool(array_id, border_color)
Display array element as a table.
Parameters:
array_id: Id of your array.
border_color: Color for border (`color.black` is used if no argument is supplied).
Returns: Display array element in bottom of the pane.
版本注释
v6Added:
peakprofit(longcondition, shortcondition)
peakprofit: This function will create a label for max profit in trade range.
Parameters:
longcondition: is a Boolean Value
shortcondition: is a Boolean Value
Returns: peakprofit Create Label on Chart
Instruction: Don't forget to add max_labels_count=500, max_bars_back=500
版本注释
v7Updated:
print_array_float(array_id, position, border_color)
Display array element as a table.
Parameters:
array_id: Id of your array.
position
border_color: Color for border (`color.black` is used if no argument is supplied).
Returns: Display array element in bottom of the pane.
print_array_int(array_id, position, border_color)
Display array element as a table.
Parameters:
array_id: Id of your array.
position: Position of Table
border_color: Color for border (`color.black` is used if no argument is supplied).
Returns: Display array element in bottom of the pane.
print_array_string(array_id, position, border_color)
Display array element as a table.
Parameters:
array_id: Id of your array.
position: Position of Table
border_color: Color for border (`color.black` is used if no argument is supplied).
Returns: Display array element in bottom of the pane.
print_array_bool(array_id, position, border_color)
Display array element as a table.
Parameters:
array_id: Id of your array.
position: Position of Table
border_color: Color for border (`color.black` is used if no argument is supplied).
Returns: Display array element in bottom of the pane.
Removed:
peakprofit(longcondition, shortcondition)
peakprofit: This function will create a label for max profit in trade range.
版本注释
v8Added:
calcCPR(High, Low, Close)
Return CPR.
Parameters:
High (float)
Low (float)
Close (float)
Returns: CPR Value as Tuple [pp, tc, bc, r1, r2, r3, r4, s1, s2, s3, s4].
版本注释
Version 9 Updates:- `dll` function:
- Function's purpose : Plot a horizontal line and label at a specified price level on the chart.
- Parameters:
- Price (float): The Y value for the line and label.
- Text (string): The text to display alongside the label.
- Color (color): The color for the line and label text.
- Width (int, default=1): The width of the line.
- LineStyle (string, default=line.style_solid): The style of the line.
- Historical (bool, default=false): If true, the line and label will appear on historical chart data.
- Returns: Displays a horizontal line and label on the chart.
- Motive: Enhances readability and usability by providing a function for plotting customizable lines and labels on charts.
版本注释
v10- `dll` function updated:
- Function's purpose : Plot a horizontal line and label at a specified price level on the chart.
- Parameters:
- Price (float): The Y value for the line and label.
- Text (string): The text to display alongside the label.
- Color (color): The color for the line and label text.
- Width (int, default=1): The width of the line.
- LineStyle (string, default=line.style_solid): The style of the line.
- Historical (bool, default=false): If true, the line and label will appear on historical chart data.
- Returns: Displays a horizontal line and label on the chart.
- Motive: Enhances readability and usability by providing a function for plotting customizable lines and labels on charts.
版本注释
v11Updated:
dll(Price, Text, barCount, Color, Width, LineStyle, Historical)
Parameters:
Price (float)
Text (string)
barCount (int)
Color (color)
Width (int)
LineStyle (string)
Historical (bool)
版本注释
v12Added:
getExpiry(expiryType, expiryDay, changeExpiry, format)
Parameters:
expiryType (string)
expiryDay (string)
changeExpiry (int)
format (string)
Pine脚本库
本着真正的TradingView精神,作者将此Pine代码发布为开源库,以便我们社区的其他Pine程序员可以重复使用它。向作者致敬!您可以私密或在其他开源出版物中使用此库,但在出版物中重复使用此代码受网站规则约束。
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。
Pine脚本库
本着真正的TradingView精神,作者将此Pine代码发布为开源库,以便我们社区的其他Pine程序员可以重复使用它。向作者致敬!您可以私密或在其他开源出版物中使用此库,但在出版物中重复使用此代码受网站规则约束。
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。