mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 13:58:04 +00:00
Add documentation links for various volatility indicators and channels
- Updated BBWN, BBWP, CCV, CV, CVI, EWMA, GKV, HLV, HV, Jvolty, JVOLTYN, MASSI, NATR, RSV, RV, RVI, TR, UI, VOV, VR, YZV indicators with documentation links. - Added documentation links for Aberration, Acceleration Bands, Andrews' Pitchfork, Adaptive Price Zone, ATR Bands, Bollinger Bands, Center of Gravity, Donchian Channels, Decay Min-Max Channel, Detrended Synthetic Price, EACP, EBSW, HOMOD, Jurik Volatility Bands, Keltner Channel, MA Envelope, Min-Max Channel, Price Channel, Regression Channels, Standard Deviation Channel, Stoller Average Range Channel, Super Trend Bands, Ultimate Bands, Ultimate Channel, VWAP Bands, and VWAP with Standard Deviation Bands.
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
indicator("Jurik Composite Fractal Behavior", "CFB", overlay=false)
|
||||
|
||||
//@function Calculates Jurik Composite Fractal Behavior (Trend Duration Index)
|
||||
//@doc Measures trend duration via fractal efficiency across multiple timescales.
|
||||
//@doc Adaptive, zero-lag indicator for modulating other indicator periods.
|
||||
//@param source Series to calculate CFB from
|
||||
//@param maxLength Maximum lookback length (default 192, lengths 2,4,6,...,maxLength used)
|
||||
//@returns CFB value - weighted average of efficient trend lengths, minimum 1
|
||||
@@ -76,4 +74,4 @@ cfb_value = cfb(i_source, i_maxLength)
|
||||
|
||||
// Plot
|
||||
plot(cfb_value, "CFB", color=color.yellow, linewidth=2)
|
||||
hline(1, "Min", color=color.gray, linestyle=hline.style_dotted)
|
||||
hline(1, "Min", color=color.gray, linestyle=hline.style_dotted)
|
||||
|
||||
Reference in New Issue
Block a user