PINE LIBRARY
已更新 CarlLib

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]
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發行說明
v3Added:
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]
發行說明
v4Added:
candleDetails(open, high, low, close)
Parameters:
open
high
low
close
發行說明
v5發行說明
v6Added:
pstdev(Series, Period)
Parameters:
Series
Period
maAndVolumeConfirmedSupretrend(Close, volumeMALength, volumeStdLength)
Parameters:
Close
volumeMALength
volumeStdLength
發行說明
v7Added:
tripleSupertrend()
發行說明
v8Added:
volumeHeatmap(volumeMALength, volumeStdLength)
Parameters:
volumeMALength
volumeStdLength
發行說明
v9Added:
tdi(src, lengthrsi, lengthband, lengthrsipl)
Parameters:
src
lengthrsi
lengthband
lengthrsipl
Pine腳本庫
秉持 TradingView 一貫的共享精神,作者將此 Pine 程式碼發佈為開源庫,讓社群中的其他 Pine 程式設計師能夠重複使用。向作者致敬!您可以在私人專案或其他開源發佈中使用此庫,但在公開發佈中重複使用該程式碼需遵守社群規範。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。
Pine腳本庫
秉持 TradingView 一貫的共享精神,作者將此 Pine 程式碼發佈為開源庫,讓社群中的其他 Pine 程式設計師能夠重複使用。向作者致敬!您可以在私人專案或其他開源發佈中使用此庫,但在公開發佈中重複使用該程式碼需遵守社群規範。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。