PINE LIBRARY
FunctionGeometricLineDrawings

Library "FunctionGeometricLineDrawings"
array_delete_all_lines(lines) deletes all lines in array.
Parameters:
lines: line array, array with line objects to delete.
Returns: void.
triangle(sample_x, sample_y, xloc, extend, color, style, width) Draw a Triangle with 3 vector2D(x, y) coordinates.
Parameters:
sample_x: int array, triangle sample data X coordinate values.
sample_y: float array, triangle sample data Y coordinate values.
xloc: string, defaultoptions=xloc.bar_index, xloc.bar_time.
extend: string, default=extend.none, options=(extend.none, extend.right, extend.left, extend.both).
color: color, default=
style: options line.style_solid, line.style_dotted, line.style_dashed, line.style_arrow_left, line.style_arrow_right, line.style_arrow_both
width: width in pixels.
Returns: line array
trapezoid(sample_x, sample_y, xloc, extend, color, style, width) Draw a Trapezoid with 4 vector2D(x, y) coordinates:
Parameters:
sample_x: int array, trapezoid sample data X coordinate values.
sample_y: float array, trapezoid sample data Y coordinate values.
xloc: string, defaultoptions=xloc.bar_index, xloc.bar_time.
extend: string, default=extend.none, options=(extend.none, extend.right, extend.left, extend.both).
color: color, default=
style: options line.style_solid, line.style_dotted, line.style_dashed, line.style_arrow_left, line.style_arrow_right, line.style_arrow_both
width: width in pixels.
Returns: line array
array_delete_all_lines(lines) deletes all lines in array.
Parameters:
lines: line array, array with line objects to delete.
Returns: void.
triangle(sample_x, sample_y, xloc, extend, color, style, width) Draw a Triangle with 3 vector2D(x, y) coordinates.
Parameters:
sample_x: int array, triangle sample data X coordinate values.
sample_y: float array, triangle sample data Y coordinate values.
xloc: string, defaultoptions=xloc.bar_index, xloc.bar_time.
extend: string, default=extend.none, options=(extend.none, extend.right, extend.left, extend.both).
color: color, default=
style: options line.style_solid, line.style_dotted, line.style_dashed, line.style_arrow_left, line.style_arrow_right, line.style_arrow_both
width: width in pixels.
Returns: line array
trapezoid(sample_x, sample_y, xloc, extend, color, style, width) Draw a Trapezoid with 4 vector2D(x, y) coordinates:
Parameters:
sample_x: int array, trapezoid sample data X coordinate values.
sample_y: float array, trapezoid sample data Y coordinate values.
xloc: string, defaultoptions=xloc.bar_index, xloc.bar_time.
extend: string, default=extend.none, options=(extend.none, extend.right, extend.left, extend.both).
color: color, default=
style: options line.style_solid, line.style_dotted, line.style_dashed, line.style_arrow_left, line.style_arrow_right, line.style_arrow_both
width: width in pixels.
Returns: line array
Библиотека Pine
В истинном духе TradingView автор опубликовал этот код Pine как библиотеку с открытым исходным кодом, чтобы другие программисты Pine из нашего сообщества могли им воспользоваться. Вы можете использовать эту библиотеку в приватных или других публикациях с открытым исходным кодом, но повторное использование этого кода в публикации регулируется Правилами поведения.
Отказ от ответственности
Все виды контента, которые вы можете увидеть на TradingView, не являются финансовыми, инвестиционными, торговыми или любыми другими рекомендациями. Мы не предоставляем советы по покупке и продаже активов. Подробнее — в Условиях использования TradingView.
Библиотека Pine
В истинном духе TradingView автор опубликовал этот код Pine как библиотеку с открытым исходным кодом, чтобы другие программисты Pine из нашего сообщества могли им воспользоваться. Вы можете использовать эту библиотеку в приватных или других публикациях с открытым исходным кодом, но повторное использование этого кода в публикации регулируется Правилами поведения.
Отказ от ответственности
Все виды контента, которые вы можете увидеть на TradingView, не являются финансовыми, инвестиционными, торговыми или любыми другими рекомендациями. Мы не предоставляем советы по покупке и продаже активов. Подробнее — в Условиях использования TradingView.