TradingView
kaigouthro
19 ตุลา 2022 เวลา 4 นาฬิกา 38 นาที

intersect 

AAVE / TetherUS PERPETUAL CONTRACTBinance

คำอธิบาย

Library "intersect"
Find Line Intersection X/Y coordinates.
Simple to use, will find intersection if it exists on the segments
if the line segments do not cross on segment, an 'na' value will be returned
if you plot new items with the output coords, they still plot.
avoid this by setting a na(x) condition before plotting new items

get(l1, l2, (optional _round))
  line intersection coordinates
  Parameters:
    l1: (line) first line
    l2: (line) second line
    _round: True to make an INT for plotting
    if not used, will not round ( overload loophole)
  Returns: [x,y] with x as int if bool is used
ความคิดเห็น
Mupsje
Thank you for this great code
เพิ่มเติม