PINE LIBRARY

matrixCore

139
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提供或認可的任何形式的財務、投資、交易或其他類型的建議或推薦。請閱讀使用條款以了解更多資訊。