PINE LIBRARY

matrixCore

141
Library "matrixCore"

analyzeCandleStructure(o, h, l, c, atr, smallBodyThreshold, longWickRatio)
  Parameters:
    o (float)
    h (float)
    l (float)
    c (float)
    atr (float)
    smallBodyThreshold (float)
    longWickRatio (float)

isRedRejectionCandle(o, l, c, redRejectionWickMin)
  Parameters:
    o (float)
    l (float)
    c (float)
    redRejectionWickMin (float)

isEqual(a, b, tol)
  Parameters:
    a (float)
    b (float)
    tol (float)

detectPattern(kf, km, ks, tol)
  Parameters:
    kf (float)
    km (float)
    ks (float)
    tol (float)

calculateStateHash(kp, ep, pp, comp, cType, slope, tfH, tfL, redRej)
  Parameters:
    kp (int)
    ep (int)
    pp (int)
    comp (int)
    cType (int)
    slope (int)
    tfH (bool)
    tfL (bool)
    redRej (bool)

createStateConfig(kp, ep, pp, comp, cType, slope, tfH, tfL, redRej, hash)
  Parameters:
    kp (int)
    ep (int)
    pp (int)
    comp (int)
    cType (int)
    slope (int)
    tfH (bool)
    tfL (bool)
    redRej (bool)
    hash (int)

createBarSnapshot(barIdx, o, h, l, c, atr, ema, stateHash, kp, ep, pp, comp, cType, slope, tfH, tfL, redRej)
  Parameters:
    barIdx (int)
    o (float)
    h (float)
    l (float)
    c (float)
    atr (float)
    ema (float)
    stateHash (int)
    kp (int)
    ep (int)
    pp (int)
    comp (int)
    cType (int)
    slope (int)
    tfH (bool)
    tfL (bool)
    redRej (bool)

stateToString(cfg)
  Parameters:
    cfg (StateConfig)

getTablePosition(pos)
  Parameters:
    pos (string)

getGradientColor(value, minVal, maxVal)
  Parameters:
    value (float)
    minVal (float)
    maxVal (float)

StateConfig
  Fields:
    kijunPattern (series int)
    emaPattern (series int)
    pricePos (series int)
    compression (series int)
    candleType (series int)
    emaSlope (series int)
    tfHigherBullish (series bool)
    tfLowerBullish (series bool)
    redRejection (series bool)
    hash (series int)

BarSnapshot
  Fields:
    barIndex (series int)
    openPrice (series float)
    highPrice (series float)
    lowPrice (series float)
    closePrice (series float)
    atr (series float)
    emaFast (series float)
    stateHash (series int)
    kijunPattern (series int)
    emaPattern (series int)
    pricePos (series int)
    compression (series int)
    candleType (series int)
    emaSlope (series int)
    tfHigherBullish (series bool)
    tfLowerBullish (series bool)
    redRejection (series bool)

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

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