PINE LIBRARY

matrixCore

301
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)

Clause de non-responsabilité

Les informations et publications ne sont pas destinées à être, et ne constituent pas, des conseils ou recommandations financiers, d'investissement, de trading ou autres fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.