PINE LIBRARY
Updated 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]
Release Notes
v2 updating the chartRelease Notes
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]
Release Notes
v4Added:
candleDetails(open, high, low, close)
Parameters:
open
high
low
close
Release Notes
v5Release Notes
v6Added:
pstdev(Series, Period)
Parameters:
Series
Period
maAndVolumeConfirmedSupretrend(Close, volumeMALength, volumeStdLength)
Parameters:
Close
volumeMALength
volumeStdLength
Release Notes
v7Added:
tripleSupertrend()
Release Notes
v8Added:
volumeHeatmap(volumeMALength, volumeStdLength)
Parameters:
volumeMALength
volumeStdLength
Release Notes
v9Added:
tdi(src, lengthrsi, lengthband, lengthrsipl)
Parameters:
src
lengthrsi
lengthband
lengthrsipl
Pine library
In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in publications is governed by House Rules.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.
Pine library
In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in publications is governed by House Rules.
Disclaimer
The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.