PINE LIBRARY

matrixCore

200
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が提供または推奨する金融、投資、トレード、その他のアドバイスや推奨を意図するものではなく、それらを構成するものでもありません。詳細は利用規約をご覧ください。