TradingView
carlpwilliams2
28 พฤษภา 2022 เวลา 16 นาฬิกา 26 นาที

CarlLib 

Theta Token / TetherUSBinance

คำอธิบาย

Library "CarlLib"

LastLowRedHighGreen(open, close, high, close, reqChangePerc) returns values representing the high of the most recent green and the low of the most recent red
  Parameters:
    open: open series
    close: close series
    high: high series
    close: close series
    reqChangePerc: the minimum require change percentage for the values to switch to new ones.
  Returns: [highOfLastGreen, lowOfLastRed,changeOfLowPerc, distanceToHigh, distanceToLow, distanceToLongExitPercentage,distanceToShortExitPercentage]

เอกสารเผยแพร่

v2 updating the chart

เอกสารเผยแพร่

v3

Added:
VolatilityOscillator(open, open, The)
  returns values to plot/use volatility oscillator
  Parameters:
    open: the source of the close value to use
    open: the source of the open value to use
    The: oscillator length to use as a standard deviation
  Returns: [x, y, spike, volOscBullish]

เอกสารเผยแพร่

v4

Added:
candleDetails(open, high, low, close)
  Parameters:
    open
    high
    low
    close

เอกสารเผยแพร่

v5

เอกสารเผยแพร่

v6

Added:
pstdev(Series, Period)
  Parameters:
    Series
    Period

maAndVolumeConfirmedSupretrend(Close, volumeMALength, volumeStdLength)
  Parameters:
    Close
    volumeMALength
    volumeStdLength

เอกสารเผยแพร่

v7

Added:
tripleSupertrend()

เอกสารเผยแพร่

v8

Added:
volumeHeatmap(volumeMALength, volumeStdLength)
  Parameters:
    volumeMALength
    volumeStdLength

เอกสารเผยแพร่

v9

Added:
tdi(src, lengthrsi, lengthband, lengthrsipl)
  Parameters:
    src
    lengthrsi
    lengthband
    lengthrsipl
ความคิดเห็น
mlrradu12
Thank you !!
เพิ่มเติม