PINE LIBRARY

ManipulationLegHelperLibrary

ที่อัปเดต:
Library "ManipulationLegHelperLibrary"
TODO: add library description here

devToArray(dev)
  Parameters:
    dev (string)

getDev(d, bull, h, l)
  Parameters:
    d (float)
    bull (bool)
    h (float)
    l (float)

getBearLeg(sweeps, minLegSize, drawLegBox, boxColor)
  Parameters:
    sweeps (int)
    minLegSize (float)
    drawLegBox (bool)
    boxColor (color)

getBullLeg(sweeps, minSize, drawBox, boxColor)
  Parameters:
    sweeps (int)
    minSize (float)
    drawBox (bool)
    boxColor (color)

leg
  Fields:
    time (series int)
    low (series float)
    high (series float)
    edge (series bool)
    edge_price (series float)
    validated (series int)
    sweeps (series int)
    barC (series int)
    bx (series box)
เอกสารเผยแพร่
v2
debug
เอกสารเผยแพร่
v3
เอกสารเผยแพร่
v4
เอกสารเผยแพร่
v5
เอกสารเผยแพร่
v6
เอกสารเผยแพร่
v7

Updated:
leg
  Fields:
    time (series int)
    low (series float)
    high (series float)
    edge (series bool)
    edge_price (series float)
    outer_edge (series float)
    sweeps (series int)
    barC (series int)
    validated (series int)
    bx (series box)
เอกสารเผยแพร่
v8
เอกสารเผยแพร่
v9

Added:
getInternalLeg(start, bull)
  Parameters:
    start (int)
    bull (bool)
เอกสารเผยแพร่
v10

Updated:
getInternalLeg(start, bull, skipS)
  Parameters:
    start (int)
    bull (bool)
    skipS (float)
เอกสารเผยแพร่
v11

Updated:
leg
  Fields:
    time (series int)
    low (series float)
    high (series float)
    edge (series bool)
    edge_price (series float)
    outer_edge (series float)
    sweeps (series int)
    barC (series int)
    validated (series int)
    bx (series box)
    flatEdge (series bool)
เอกสารเผยแพร่
v12

Updated:
leg
  Fields:
    time (series int)
    low (series float)
    high (series float)
    edge (series bool)
    edge_price (series float)
    outer_edge (series float)
    sweeps (series int)
    barC (series int)
    validated (series int)
    bx (series box)
    flatEdge (series bool)
    edgeOpen (series float)
เอกสารเผยแพร่
v13
เอกสารเผยแพร่
v14
fixed barC
เอกสารเผยแพร่
v15
เอกสารเผยแพร่
v15
เอกสารเผยแพร่
v17
เอกสารเผยแพร่
v18

Updated:
getBearLeg(sweeps, minLegSize, drawLegBox, boxColor, skipS)
  Parameters:
    sweeps (int)
    minLegSize (float)
    drawLegBox (bool)
    boxColor (color)
    skipS (float)

getBullLeg(sweeps, minSize, drawBox, boxColor, skipS)
  Parameters:
    sweeps (int)
    minSize (float)
    drawBox (bool)
    boxColor (color)
    skipS (float)

leg
  Fields:
    time (series int)
    low (series float)
    high (series float)
    edge (series bool)
    edge_price (series float)
    outer_edge (series float)
    sweeps (series int)
    barC (series int)
    validated (series int)
    bx (series box)
    flatEdge (series bool)
    edgeOpen (series float)
    ln (array<line>)
    lb (array<label>)
    processed (series bool)
เอกสารเผยแพร่
v19
เอกสารเผยแพร่
v20
debugging

ไลบรารีไพน์

ด้วยเจตนารมณ์หลักของ TradingView ผู้เขียนได้เผยแพร่ Pine code นี้เป็นโอเพนซอร์ซไลบรารีเพื่อให้ Pine โปรแกรมเมอร์คนอื่นในชุมชนของเราสามารถนำไปใช้ซ้ำได้ ต้องขอบคุณผู้เขียน! คุณสามารถใช้ไลบรารีนี้ในแบบส่วนตัวหรือในการเผยแพร่แบบโอเพนซอร์สอื่น ๆ แต่การนำโค้ดนี้ไปใช้ในการเผยแพร่ซ้ำจะต้องอยู่ภายใต้ กฎระเบียบการใช้งาน

คำจำกัดสิทธิ์ความรับผิดชอบ