mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 04:58:08 +00:00
volume category touchup
This commit is contained in:
+152
-151
@@ -2,30 +2,31 @@
|
||||
|
||||
## Categories
|
||||
|
||||
| Category | Description |
|
||||
| :--- | :--- |
|
||||
| [Trends (FIR)](lib/trends_FIR/_index.md) | Finite Impulse Response moving averages |
|
||||
| [Trends (IIR)](lib/trends_IIR/_index.md) | Infinite Impulse Response moving averages |
|
||||
| [Filters](lib/filters/_index.md) | Signal processing filters |
|
||||
| [Oscillators](lib/oscillators/_index.md) | Indicators that fluctuate around a center line |
|
||||
| [Dynamics](lib/dynamics/_index.md) | Trend strength and direction indicators |
|
||||
| [Momentum](lib/momentum/_index.md) | Momentum-based indicators |
|
||||
| [Volatility](lib/volatility/_index.md) | Volatility estimators and indicators |
|
||||
| [Volume](lib/volume/_index.md) | Volume-based indicators |
|
||||
| [Statistics](lib/statistics/_index.md) | Statistical measures and tests |
|
||||
| [Channels](lib/channels/_index.md) | Price channels and bands |
|
||||
| [Cycles](lib/cycles/_index.md) | Cycle analysis and signal processing |
|
||||
| [Reversals](lib/reversals/_index.md) | Pattern recognition and reversal detection |
|
||||
| [Forecasts](lib/forecasts/_index.md) | Predictive indicators |
|
||||
| [Errors](lib/errors/_index.md) | Error metrics and loss functions |
|
||||
| [Numerics](lib/numerics/_index.md) | Mathematical transformations |
|
||||
| Category | Count | Description |
|
||||
| :--- | :---: | :--- |
|
||||
| [Trends (FIR)](lib/trends_FIR/_index.md) | 17 | Finite Impulse Response moving averages |
|
||||
| [Trends (IIR)](lib/trends_IIR/_index.md) | 21 | Infinite Impulse Response moving averages |
|
||||
| [Filters](lib/filters/_index.md) | 18 | Signal processing filters |
|
||||
| [Oscillators](lib/oscillators/_index.md) | 18 | Indicators that fluctuate around a center line |
|
||||
| [Dynamics](lib/dynamics/_index.md) | 16 | Trend strength and direction indicators |
|
||||
| [Momentum](lib/momentum/_index.md) | 17 | Momentum-based indicators |
|
||||
| [Volatility](lib/volatility/_index.md) | 28 | Volatility estimators and indicators |
|
||||
| [Volume](lib/volume/_index.md) | 26 | Volume-based indicators |
|
||||
| [Statistics](lib/statistics/_index.md) | 30 | Statistical measures and tests |
|
||||
| [Channels](lib/channels/_index.md) | 22 | Price channels and bands |
|
||||
| [Cycles](lib/cycles/_index.md) | 15 | Cycle analysis and signal processing |
|
||||
| [Reversals](lib/reversals/_index.md) | 9 | Pattern recognition and reversal detection |
|
||||
| [Forecasts](lib/forecasts/_index.md) | 1 | Predictive indicators |
|
||||
| [Errors](lib/errors/_index.md) | 27 | Error metrics and loss functions |
|
||||
| [Numerics](lib/numerics/_index.md) | 15 | Mathematical transformations |
|
||||
| **Total** | **280** | |
|
||||
|
||||
## All Indicators
|
||||
|
||||
| Indicator | Full Name | Category |
|
||||
| :--- | :--- | :--- |
|
||||
| [ABBER](lib/channels/abber/Abber.md) | Aberration Bands | Channels |
|
||||
| AC | Acceleration Oscillator | Oscillators |
|
||||
| [AC](lib/oscillators/ac/Ac.md) | Acceleration Oscillator | Oscillators |
|
||||
| [ACCBANDS](lib/channels/accbands/Accbands.md) | Acceleration Bands | Channels |
|
||||
| [ACCEL](lib/numerics/accel/Accel.md) | Acceleration | Numerics |
|
||||
| ACF | Autocorrelation Function | Statistics |
|
||||
@@ -35,13 +36,13 @@
|
||||
| [ADX](lib/dynamics/adx/Adx.md) | Average Directional Index | Dynamics |
|
||||
| [ADXR](lib/dynamics/adxr/Adxr.md) | Average Directional Movement Rating | Dynamics |
|
||||
| [AFIRMA](lib/forecasts/afirma/Afirma.md) | Adaptive FIR Moving Average | Forecasts |
|
||||
| ALLIGATOR | Williams Alligator | Dynamics |
|
||||
| [ALLIGATOR](lib/dynamics/alligator/Alligator.md) | Williams Alligator | Dynamics |
|
||||
| [ALMA](lib/trends_FIR/alma/Alma.md) | Arnaud Legoux MA | Trends (FIR) |
|
||||
| [AMAT](lib/dynamics/amat/Amat.md) | Archer Moving Averages Trends | Dynamics |
|
||||
| [AO](lib/oscillators/ao/Ao.md) | Awesome Oscillator | Oscillators |
|
||||
| [AOBV](lib/volume/aobv/Aobv.md) | Archer On-Balance Volume | Volume |
|
||||
| [APCHANNEL](lib/channels/apchannel/Apchannel.md) | Andrews' Pitchfork | Channels |
|
||||
| APO | Absolute Price Oscillator | Momentum |
|
||||
| [APO](lib/momentum/apo/Apo.md) | Absolute Price Oscillator | Momentum |
|
||||
| [APZ](lib/channels/apz/Apz.md) | Adaptive Price Zone | Channels |
|
||||
| [AROON](lib/dynamics/aroon/Aroon.md) | Aroon | Dynamics |
|
||||
| [AROONOSC](lib/dynamics/aroonosc/Aroonosc.md) | Aroon Oscillator | Dynamics |
|
||||
@@ -52,15 +53,15 @@
|
||||
| [ATRP](lib/volatility/atrp/Atrp.md) | ATR Percent | Volatility |
|
||||
| BBI | Bulls Bears Index | Oscillators |
|
||||
| BBANDS | Bollinger Bands | Channels |
|
||||
| BBB | Bollinger %B | Oscillators |
|
||||
| BBS | Bollinger Band Squeeze | Oscillators |
|
||||
| BBW | Bollinger Band Width | Volatility |
|
||||
| BBWN | BB Width Normalized | Volatility |
|
||||
| BBWP | BB Width Percentile | Volatility |
|
||||
| [BBB](lib/oscillators/bbb/Bbb.md) | Bollinger %B | Oscillators |
|
||||
| [BBS](lib/oscillators/bbs/Bbs.md) | Bollinger Band Squeeze | Oscillators |
|
||||
| [BBW](lib/volatility/bbw/Bbw.md) | Bollinger Band Width | Volatility |
|
||||
| [BBWN](lib/volatility/bbwn/Bbwn.md) | BB Width Normalized | Volatility |
|
||||
| [BBWP](lib/volatility/bbwp/Bbwp.md) | BB Width Percentile | Volatility |
|
||||
| [BESSEL](lib/filters/bessel/Bessel.md) | Bessel Filter | Filters |
|
||||
| [BETA](lib/statistics/beta/Beta.md) | Beta Coefficient | Statistics |
|
||||
| BETADIST | Beta Distribution | Numerics |
|
||||
| BIAS | Bias | Statistics |
|
||||
| [BIAS](lib/statistics/bias/Bias.md) | Bias | Statistics |
|
||||
| [BILATERAL](lib/filters/bilateral/Bilateral.md) | Bilateral Filter | Filters |
|
||||
| BINOMDIST | Binomial Distribution | Numerics |
|
||||
| [BLMA](lib/trends_FIR/blma/Blma.md) | Blackman MA | Trends (FIR) |
|
||||
@@ -69,110 +70,110 @@
|
||||
| BRAR | BRAR | Oscillators |
|
||||
| [BUTTER](lib/filters/butter/Butter.md) | Butterworth Filter | Filters |
|
||||
| [BWMA](lib/trends_FIR/bwma/Bwma.md) | Bessel-Weighted MA | Trends (FIR) |
|
||||
| CCI | Commodity Channel Index | Momentum |
|
||||
| CCV | Close-to-Close Volatility | Volatility |
|
||||
| [CCI](lib/momentum/cci/Cci.md) | Commodity Channel Index | Momentum |
|
||||
| [CCV](lib/volatility/ccv/Ccv.md) | Close-to-Close Volatility | Volatility |
|
||||
| [CFB](lib/momentum/cfb/Cfb.md) | Composite Fractal Behavior | Momentum |
|
||||
| CFO | Chande Forecast Oscillator | Oscillators |
|
||||
| CG | Center of Gravity | Cycles |
|
||||
| [CFO](lib/oscillators/cfo/Cfo.md) | Chande Forecast Oscillator | Oscillators |
|
||||
| [CG](lib/cycles/cg/Cg.md) | Center of Gravity | Cycles |
|
||||
| CHANDELIER | Chandelier Exit | Reversals |
|
||||
| [CHANGE](lib/numerics/change/Change.md) | Percentage Change | Numerics |
|
||||
| [CHEBY1](lib/filters/cheby1/Cheby1.md) | Chebyshev Type I | Filters |
|
||||
| [CHEBY2](lib/filters/cheby2/Cheby2.md) | Chebyshev Type II | Filters |
|
||||
| CHOP | Choppiness Index | Dynamics |
|
||||
| [CHOP](lib/dynamics/chop/Chop.md) | Choppiness Index | Dynamics |
|
||||
| CKSTOP | Chande Kroll Stop | Reversals |
|
||||
| [CMA](lib/statistics/cma/Cma.md) | Cumulative Moving Average | Statistics |
|
||||
| CMF | Chaikin Money Flow | Volume |
|
||||
| CMO | Chande Momentum Oscillator | Momentum |
|
||||
| COINTEGRATION | Cointegration | Statistics |
|
||||
| [CMF](lib/volume/cmf/Cmf.md) | Chaikin Money Flow | Volume |
|
||||
| [CMO](lib/momentum/cmo/Cmo.md) | Chande Momentum Oscillator | Momentum |
|
||||
| [COINTEGRATION](lib/statistics/cointegration/Cointegration.md) | Cointegration | Statistics |
|
||||
| [CONV](lib/trends_FIR/conv/Conv.md) | Convolution MA | Trends (FIR) |
|
||||
| COPPOCK | Coppock Curve | Oscillators |
|
||||
| CORRELATION | Correlation | Statistics |
|
||||
| [CORRELATION](lib/statistics/correlation/Correlation.md) | Correlation | Statistics |
|
||||
| [COVARIANCE](lib/statistics/covariance/Covariance.md) | Covariance | Statistics |
|
||||
| CRSI | Connors RSI | Oscillators |
|
||||
| CTI | Correlation Trend Indicator | Oscillators |
|
||||
| CUMMEAN | Cumulative Mean | Statistics |
|
||||
| CV | Conditional Volatility | Volatility |
|
||||
| CVI | Chaikin Volatility | Volatility |
|
||||
| [CUMMEAN](lib/statistics/cummean/Cummean.md) | Cumulative Mean | Statistics |
|
||||
| [CV](lib/volatility/cv/Cv.md) | Coefficient of Variation | Volatility |
|
||||
| [CVI](lib/volatility/cvi/Cvi.md) | Chaikin Volatility | Volatility |
|
||||
| CWT | Continuous Wavelet Transform | Numerics |
|
||||
| [DCHANNEL](lib/channels/dchannel/Dchannel.md) | Donchian Channels | Channels |
|
||||
| [DECAYCHANNEL](lib/channels/decaychannel/decaychannel.md) | Decay Min-Max Channel | Channels |
|
||||
| [DEMA](lib/trends_IIR/dema/Dema.md) | Double Exponential MA | Trends (IIR) |
|
||||
| [DMX](lib/dynamics/dmx/Dmx.md) | Jurik Directional Movement Index | Dynamics |
|
||||
| DOSC | Derivative Oscillator | Oscillators |
|
||||
| DPO | Detrended Price Oscillator | Oscillators |
|
||||
| [DPO](lib/oscillators/dpo/Dpo.md) | Detrended Price Oscillator | Oscillators |
|
||||
| [DSMA](lib/trends_IIR/dsma/Dsma.md) | Deviation-Scaled MA | Trends (IIR) |
|
||||
| DSP | Detrended Synthetic Price | Cycles |
|
||||
| [DSP](lib/cycles/dsp/Dsp.md) | Detrended Synthetic Price | Cycles |
|
||||
| [DWMA](lib/trends_FIR/dwma/Dwma.md) | Double Weighted MA | Trends (FIR) |
|
||||
| DWT | Discrete Wavelet Transform | Numerics |
|
||||
| DX | Directional Movement Index | Dynamics |
|
||||
| EACP | Autocorrelation Periodogram | Cycles |
|
||||
| EBSW | Even Better Sinewave | Cycles |
|
||||
| EFI | Elder's Force Index | Volume |
|
||||
| [DX](lib/dynamics/dx/Dx.md) | Directional Movement Index | Dynamics |
|
||||
| [EACP](lib/cycles/eacp/Eacp.md) | Autocorrelation Periodogram | Cycles |
|
||||
| [EBSW](lib/cycles/ebsw/Ebsw.md) | Even Better Sinewave | Cycles |
|
||||
| [EFI](lib/volume/efi/Efi.md) | Elder's Force Index | Volume |
|
||||
| [ELLIPTIC](lib/filters/elliptic/Elliptic.md) | Elliptic Filter | Filters |
|
||||
| [EMA](lib/trends_IIR/ema/Ema.md) | Exponential MA | Trends (IIR) |
|
||||
| ENTROPY | Shannon Entropy | Statistics |
|
||||
| EOM | Ease of Movement | Volume |
|
||||
| [ENTROPY](lib/statistics/entropy/Entropy.md) | Shannon Entropy | Statistics |
|
||||
| [EOM](lib/volume/eom/Eom.md) | Ease of Movement | Volume |
|
||||
| ER | Efficiency Ratio | Oscillators |
|
||||
| ERI | Elder Ray Index | Oscillators |
|
||||
| EWMA | EWMA Volatility | Volatility |
|
||||
| [EWMA](lib/volatility/ewma/Ewma.md) | EWMA Volatility | Volatility |
|
||||
| EXPDIST | Exponential Distribution | Numerics |
|
||||
| [EXPTRANS](lib/numerics/exptrans/Exptrans.md) | Exponential Transform | Numerics |
|
||||
| FDIST | F-Distribution | Numerics |
|
||||
| FFT | Fast Fourier Transform | Numerics |
|
||||
| FISHER | Fisher Transform | Oscillators |
|
||||
| [FISHER](lib/oscillators/fisher/Fisher.md) | Fisher Transform | Oscillators |
|
||||
| FOSC | Forecast Oscillator | Oscillators |
|
||||
| FRACTALS | Williams Fractals | Reversals |
|
||||
| [FRACTALS](lib/reversals/fractals/Fractals.md) | Williams Fractals | Reversals |
|
||||
| [FCB](lib/channels/fcb/fcb.md) | Fractal Chaos Bands | Channels |
|
||||
| [FRAMA](lib/trends_IIR/frama/Frama.md) | Fractal Adaptive MA | Trends (IIR) |
|
||||
| GAMMADIST | Gamma Distribution | Numerics |
|
||||
| [GAUSS](lib/filters/gauss/Gauss.md) | Gaussian Filter | Filters |
|
||||
| GEOMEAN | Geometric Mean | Statistics |
|
||||
| GKV | Garman-Klass Volatility | Volatility |
|
||||
| GRANGER | Granger Causality | Statistics |
|
||||
| [GEOMEAN](lib/statistics/geomean/Geomean.md) | Geometric Mean | Statistics |
|
||||
| [GKV](lib/volatility/gkv/Gkv.md) | Garman-Klass Volatility | Volatility |
|
||||
| [GRANGER](lib/statistics/granger/Granger.md) | Granger Causality | Statistics |
|
||||
| [GWMA](lib/trends_FIR/gwma/Gwma.md) | Gaussian Weighted MA | Trends (FIR) |
|
||||
| [HAMMA](lib/trends_FIR/hamma/Hamma.md) | Hamming MA | Trends (FIR) |
|
||||
| [HANN](lib/filters/hann/Hann.md) | Hann Filter | Filters |
|
||||
| [HANMA](lib/trends_FIR/hanma/Hanma.md) | Hanning MA | Trends (FIR) |
|
||||
| HARMEAN | Harmonic Mean | Statistics |
|
||||
| [HARMEAN](lib/statistics/harmean/Harmean.md) | Harmonic Mean | Statistics |
|
||||
| [HEMA](lib/trends_IIR/hema/Hema.md) | Hull Exponential MA | Trends (IIR) |
|
||||
| [HIGHEST](lib/numerics/highest/Highest.md) | Rolling Maximum | Numerics |
|
||||
| HLV | High-Low Volatility | Volatility |
|
||||
| [HLV](lib/volatility/hlv/Hlv.md) | High-Low Volatility | Volatility |
|
||||
| [HMA](lib/trends_FIR/hma/Hma.md) | Hull MA | Trends (FIR) |
|
||||
| HOMOD | Homodyne Discriminator | Cycles |
|
||||
| [HOMOD](lib/cycles/homod/Homod.md) | Homodyne Discriminator | Cycles |
|
||||
| [HP](lib/filters/hp/Hp.md) | Hodrick-Prescott | Filters |
|
||||
| [HPF](lib/filters/hpf/Hpf.md) | High Pass Filter | Filters |
|
||||
| [HTIT](lib/trends_IIR/htit/Htit.md) | Hilbert Transform Instantaneous Trend | Trends (IIR) |
|
||||
| HT_DCPERIOD | HT Dominant Cycle Period | Cycles |
|
||||
| HT_DCPHASE | HT Dominant Cycle Phase | Cycles |
|
||||
| HT_PHASOR | HT Phasor Components | Cycles |
|
||||
| HT_SINE | HT SineWave | Cycles |
|
||||
| HT_TRENDMODE | HT Trend vs Cycle | Dynamics |
|
||||
| [HT_DCPERIOD](lib/cycles/ht_dcperiod/Ht_dcperiod.md) | HT Dominant Cycle Period | Cycles |
|
||||
| [HT_DCPHASE](lib/cycles/ht_dcphase/Ht_dcphase.md) | HT Dominant Cycle Phase | Cycles |
|
||||
| [HT_PHASOR](lib/cycles/ht_phasor/Ht_phasor.md) | HT Phasor Components | Cycles |
|
||||
| [HT_SINE](lib/cycles/ht_sine/Ht_sine.md) | HT SineWave | Cycles |
|
||||
| [HT_TRENDMODE](lib/dynamics/ht_trendmode/Ht_trendmode.md) | HT Trend vs Cycle | Dynamics |
|
||||
| [HUBER](lib/errors/huber/Huber.md) | Huber Loss | Errors |
|
||||
| HURST | Hurst Exponent | Statistics |
|
||||
| HV | Historical Volatility | Volatility |
|
||||
| [HURST](lib/statistics/hurst/Hurst.md) | Hurst Exponent | Statistics |
|
||||
| [HV](lib/volatility/hv/Hv.md) | Historical Volatility | Volatility |
|
||||
| [HWMA](lib/trends_FIR/hwma/Hwma.md) | Holt-Winters MA | Trends (FIR) |
|
||||
| ICHIMOKU | Ichimoku Cloud | Dynamics |
|
||||
| [ICHIMOKU](lib/dynamics/ichimoku/Ichimoku.md) | Ichimoku Cloud | Dynamics |
|
||||
| IFFT | Inverse Fast Fourier Transform | Numerics |
|
||||
| III | Intraday Intensity Index | Volume |
|
||||
| IMI | Intraday Momentum Index | Dynamics |
|
||||
| [III](lib/volume/iii/Iii.md) | Intraday Intensity Index | Volume |
|
||||
| [IMI](lib/dynamics/imi/Imi.md) | Intraday Momentum Index | Dynamics |
|
||||
| IMPULSE | Elder Impulse System | Dynamics |
|
||||
| INERTIA | Inertia | Oscillators |
|
||||
| IQR | Interquartile Range | Statistics |
|
||||
| JB | Jarque-Bera Test | Statistics |
|
||||
| [INERTIA](lib/oscillators/inertia/Inertia.md) | Inertia | Oscillators |
|
||||
| [IQR](lib/statistics/iqr/Iqr.md) | Interquartile Range | Statistics |
|
||||
| [JB](lib/statistics/jb/Jb.md) | Jarque-Bera Test | Statistics |
|
||||
| [JBANDS](lib/channels/jbands/Jbands.md) | Jurik Adaptive Envelope Bands | Channels |
|
||||
| [JERK](lib/numerics/jerk/Jerk.md) | Jerk | Numerics |
|
||||
| [JMA](lib/trends_IIR/jma/Jma.md) | Jurik MA | Trends (IIR) |
|
||||
| JVOLTY | Jurik Volatility | Volatility |
|
||||
| JVOLTYN | Jurik Volatility Normalized | Volatility |
|
||||
| [JVOLTY](lib/volatility/jvolty/Jvolty.md) | Jurik Volatility | Volatility |
|
||||
| [JVOLTYN](lib/volatility/jvoltyn/Jvoltyn.md) | Jurik Volatility Normalized | Volatility |
|
||||
| [KALMAN](lib/filters/kalman/Kalman.md) | Kalman Filter | Filters |
|
||||
| [KAMA](lib/trends_IIR/kama/Kama.md) | Kaufman Adaptive MA | Trends (IIR) |
|
||||
| [KCHANNEL](lib/channels/kchannel/kchannel.md) | Keltner Channel | Channels |
|
||||
| KDJ | KDJ Indicator | Oscillators |
|
||||
| KENDALL | Kendall Rank Correlation | Statistics |
|
||||
| [KDJ](lib/oscillators/kdj/Kdj.md) | KDJ Indicator | Oscillators |
|
||||
| [KENDALL](lib/statistics/kendall/Kendall.md) | Kendall Rank Correlation | Statistics |
|
||||
| KRI | Kairi Relative Index | Oscillators |
|
||||
| KST | KST Oscillator | Oscillators |
|
||||
| KURTOSIS | Kurtosis | Statistics |
|
||||
| KVO | Klinger Volume Oscillator | Volume |
|
||||
| [KURTOSIS](lib/statistics/kurtosis/Kurtosis.md) | Kurtosis | Statistics |
|
||||
| [KVO](lib/volume/kvo/Kvo.md) | Klinger Volume Oscillator | Volume |
|
||||
| [LINEARTRANS](lib/numerics/lineartrans/Lineartrans.md) | Linear Transform | Numerics |
|
||||
| [LINREG](lib/statistics/linreg/LinReg.md) | Linear Regression | Statistics |
|
||||
| [LOESS](lib/filters/loess/Loess.md) | LOESS Smoothing | Filters |
|
||||
@@ -182,7 +183,7 @@
|
||||
| [LOWEST](lib/numerics/lowest/Lowest.md) | Rolling Minimum | Numerics |
|
||||
| [LSMA](lib/trends_FIR/lsma/Lsma.md) | Least Squares MA | Trends (FIR) |
|
||||
| LTMA | Linear Trend MA | Trends (IIR) |
|
||||
| LUNAR | Lunar Phase | Cycles |
|
||||
| [LUNAR](lib/cycles/lunar/Lunar.md) | Lunar Phase | Cycles |
|
||||
| [MAAPE](lib/errors/maape/Maape.md) | Mean Arctangent APE | Errors |
|
||||
| [MACD](lib/momentum/macd/Macd.md) | Moving Average Convergence Divergence | Momentum |
|
||||
| [MAE](lib/errors/mae/Mae.md) | Mean Absolute Error | Errors |
|
||||
@@ -191,62 +192,62 @@
|
||||
| [MAPD](lib/errors/mapd/Mapd.md) | Mean Absolute % Deviation | Errors |
|
||||
| [MAPE](lib/errors/mape/Mape.md) | Mean Absolute % Error | Errors |
|
||||
| [MASE](lib/errors/mase/Mase.md) | Mean Absolute Scaled Error | Errors |
|
||||
| MASSI | Mass Index | Volatility |
|
||||
| [MASSI](lib/volatility/massi/Massi.md) | Mass Index | Volatility |
|
||||
| [MDAE](lib/errors/mdae/Mdae.md) | Median Absolute Error | Errors |
|
||||
| [MDAPE](lib/errors/mdape/Mdape.md) | Median Absolute % Error | Errors |
|
||||
| [ME](lib/errors/me/Me.md) | Mean Error | Errors |
|
||||
| [MEDIAN](lib/statistics/median/Median.md) | Median | Statistics |
|
||||
| MFI | Money Flow Index | Volume |
|
||||
| [MFI](lib/volume/mfi/Mfi.md) | Money Flow Index | Volume |
|
||||
| [MGDI](lib/trends_IIR/mgdi/Mgdi.md) | McGinley Dynamic Indicator | Trends (IIR) |
|
||||
| [MIDPOINT](lib/numerics/midpoint/Midpoint.md) | Midrange | Numerics |
|
||||
| MLP | Multilayer Perceptron | Forecasts |
|
||||
| [MMA](lib/trends_IIR/mma/Mma.md) | Modified MA | Trends (IIR) |
|
||||
| MMCHANNEL | Min-Max Channel | Channels |
|
||||
| MODE | Mode | Statistics |
|
||||
| MOM | Momentum | Momentum |
|
||||
| [MMCHANNEL](lib/channels/mmchannel/Mmchannel.md) | Min-Max Channel | Channels |
|
||||
| [MODE](lib/statistics/mode/Mode.md) | Mode | Statistics |
|
||||
| [MOM](lib/momentum/mom/Mom.md) | Momentum | Momentum |
|
||||
| [MPE](lib/errors/mpe/Mpe.md) | Mean Percentage Error | Errors |
|
||||
| [MRAE](lib/errors/mrae/Mrae.md) | Mean Relative Absolute Error | Errors |
|
||||
| [MSE](lib/errors/mse/Mse.md) | Mean Squared Error | Errors |
|
||||
| [MSLE](lib/errors/msle/Msle.md) | Mean Squared Log Error | Errors |
|
||||
| NATR | Normalized ATR | Volatility |
|
||||
| [NATR](lib/volatility/natr/Natr.md) | Normalized ATR | Volatility |
|
||||
| NORMDIST | Normal Distribution | Numerics |
|
||||
| [NORMALIZE](lib/numerics/normalize/Normalize.md) | Min-Max Normalization | Numerics |
|
||||
| [NOTCH](lib/filters/notch/Notch.md) | Notch Filter | Filters |
|
||||
| NVI | Negative Volume Index | Volume |
|
||||
| OBV | On Balance Volume | Volume |
|
||||
| [NVI](lib/volume/nvi/Nvi.md) | Negative Volume Index | Volume |
|
||||
| [OBV](lib/volume/obv/Obv.md) | On Balance Volume | Volume |
|
||||
| PACF | Partial Autocorrelation | Statistics |
|
||||
| PCHANNEL | Price Channel | Channels |
|
||||
| PERCENTILE | Percentile | Statistics |
|
||||
| PGO | Pretty Good Oscillator | Oscillators |
|
||||
| PHASOR | Phasor Analysis | Cycles |
|
||||
| PIVOT | Pivot Points (Classic) | Reversals |
|
||||
| PIVOTCAM | Camarilla Pivot Points | Reversals |
|
||||
| PIVOTDEM | DeMark Pivot Points | Reversals |
|
||||
| PIVOTEXT | Extended Traditional Pivots | Reversals |
|
||||
| PIVOTFIB | Fibonacci Pivot Points | Reversals |
|
||||
| PIVOTWOOD | Woodie's Pivot Points | Reversals |
|
||||
| PMO | Price Momentum Oscillator | Momentum |
|
||||
| [PCHANNEL](lib/channels/pchannel/Pchannel.md) | Price Channel | Channels |
|
||||
| [PERCENTILE](lib/statistics/percentile/Percentile.md) | Percentile | Statistics |
|
||||
| [PGO](lib/oscillators/pgo/Pgo.md) | Pretty Good Oscillator | Oscillators |
|
||||
| [PHASOR](lib/cycles/phasor/Phasor.md) | Phasor Analysis | Cycles |
|
||||
| [PIVOT](lib/reversals/pivot/Pivot.md) | Pivot Points (Classic) | Reversals |
|
||||
| [PIVOTCAM](lib/reversals/pivotcam/Pivotcam.md) | Camarilla Pivot Points | Reversals |
|
||||
| [PIVOTDEM](lib/reversals/pivotdem/Pivotdem.md) | DeMark Pivot Points | Reversals |
|
||||
| [PIVOTEXT](lib/reversals/pivotext/Pivotext.md) | Extended Traditional Pivots | Reversals |
|
||||
| [PIVOTFIB](lib/reversals/pivotfib/Pivotfib.md) | Fibonacci Pivot Points | Reversals |
|
||||
| [PIVOTWOOD](lib/reversals/pivotwood/Pivotwood.md) | Woodie's Pivot Points | Reversals |
|
||||
| [PMO](lib/momentum/pmo/Pmo.md) | Price Momentum Oscillator | Momentum |
|
||||
| POISSONDIST | Poisson Distribution | Numerics |
|
||||
| POLYFIT | Polynomial Fitting | Statistics |
|
||||
| PPO | Percentage Price Oscillator | Momentum |
|
||||
| PRS | Price Relative Strength | Momentum |
|
||||
| PSAR | Parabolic Stop And Reverse | Reversals |
|
||||
| [PPO](lib/momentum/ppo/Ppo.md) | Percentage Price Oscillator | Momentum |
|
||||
| [PRS](lib/momentum/prs/Prs.md) | Price Relative Strength | Momentum |
|
||||
| [PSAR](lib/reversals/psar/Psar.md) | Parabolic Stop And Reverse | Reversals |
|
||||
| PSL | Psychological Line | Oscillators |
|
||||
| [PSEUDOHUBER](lib/errors/pseudohuber/Pseudohuber.md) | Pseudo-Huber Loss | Errors |
|
||||
| PV | Parkinson Volatility | Volatility |
|
||||
| PVD | Price Volume Divergence | Volume |
|
||||
| PVI | Positive Volume Index | Volume |
|
||||
| PVO | Percentage Volume Oscillator | Volume |
|
||||
| PVR | Price Volume Rank | Volume |
|
||||
| PVT | Price Volume Trend | Volume |
|
||||
| [PV](lib/volatility/pv/Pv.md) | Parkinson Volatility | Volatility |
|
||||
| [PVD](lib/volume/pvd/Pvd.md) | Price Volume Divergence | Volume |
|
||||
| [PVI](lib/volume/pvi/Pvi.md) | Positive Volume Index | Volume |
|
||||
| [PVO](lib/volume/pvo/Pvo.md) | Percentage Volume Oscillator | Volume |
|
||||
| [PVR](lib/volume/pvr/Pvr.md) | Price Volume Rank | Volume |
|
||||
| [PVT](lib/volume/pvt/Pvt.md) | Price Volume Trend | Volume |
|
||||
| [PWMA](lib/trends_FIR/pwma/Pwma.md) | Pascal Weighted MA | Trends (FIR) |
|
||||
| [QEMA](lib/trends_IIR/qema/Qema.md) | Quad Exponential MA | Trends (IIR) |
|
||||
| QQE | Quantitative Qualitative Estimation | Oscillators |
|
||||
| QSTICK | Qstick | Dynamics |
|
||||
| QUANTILE | Quantile | Statistics |
|
||||
| [QSTICK](lib/dynamics/qstick/Qstick.md) | Qstick | Dynamics |
|
||||
| [QUANTILE](lib/statistics/quantile/Quantile.md) | Quantile | Statistics |
|
||||
| [QUANTILELOSS](lib/errors/quantile/Quantile.md) | Quantile Loss | Errors |
|
||||
| [RAE](lib/errors/rae/Rae.md) | Relative Absolute Error | Errors |
|
||||
| REGCHANNEL | Regression Channels | Channels |
|
||||
| [REGCHANNEL](lib/channels/regchannel/Regchannel.md) | Regression Channels | Channels |
|
||||
| [RELU](lib/numerics/relu/Relu.md) | Rectified Linear Unit | Numerics |
|
||||
| [REMA](lib/trends_IIR/rema/Rema.md) | Regularized Exponential MA | Trends (IIR) |
|
||||
| [RGMA](lib/trends_IIR/rgma/Rgma.md) | Recursive Gaussian MA | Trends (IIR) |
|
||||
@@ -254,92 +255,92 @@
|
||||
| [RMSE](lib/errors/rmse/Rmse.md) | Root Mean Squared Error | Errors |
|
||||
| [RMSLE](lib/errors/rmsle/Rmsle.md) | Root Mean Squared Log Error | Errors |
|
||||
| [ROC](lib/momentum/roc/Roc.md) | Rate of Change | Momentum |
|
||||
| ROCP | Rate of Change Percentage | Momentum |
|
||||
| ROCR | Rate of Change Ratio | Momentum |
|
||||
| [ROCP](lib/momentum/rocp/Rocp.md) | Rate of Change Percentage | Momentum |
|
||||
| [ROCR](lib/momentum/rocr/Rocr.md) | Rate of Change Ratio | Momentum |
|
||||
| [RSE](lib/errors/rse/Rse.md) | Relative Squared Error | Errors |
|
||||
| [RSI](lib/momentum/rsi/Rsi.md) | Relative Strength Index | Momentum |
|
||||
| [RSQUARED](lib/errors/rsquared/Rsquared.md) | R² (Coefficient of Determination) | Errors |
|
||||
| RSV | Rogers-Satchell Volatility | Volatility |
|
||||
| [RSV](lib/volatility/rsv/Rsv.md) | Rogers-Satchell Volatility | Volatility |
|
||||
| [RSX](lib/momentum/rsx/Rsx.md) | Relative Strength Quality Index | Momentum |
|
||||
| RV | Realized Volatility | Volatility |
|
||||
| RVI | Relative Volatility Index | Volatility |
|
||||
| [RV](lib/volatility/rv/Rv.md) | Realized Volatility | Volatility |
|
||||
| [RVI](lib/volatility/rvi/Rvi.md) | Relative Volatility Index | Volatility |
|
||||
| RVGI | Relative Vigor Index | Oscillators |
|
||||
| SDCHANNEL | Standard Deviation Channel | Channels |
|
||||
| [SDCHANNEL](lib/channels/sdchannel/Sdchannel.md) | Standard Deviation Channel | Channels |
|
||||
| [SGF](lib/filters/sgf/Sgf.md) | Savitzky-Golay Filter | Filters |
|
||||
| [SGMA](lib/trends_FIR/sgma/Sgma.md) | Savitzky-Golay MA | Trends (FIR) |
|
||||
| [SIGMOID](lib/numerics/sigmoid/Sigmoid.md) | Logistic Function | Numerics |
|
||||
| SINE | Sine Wave | Cycles |
|
||||
| [SINE](lib/cycles/sine/Sine.md) | Sine Wave | Cycles |
|
||||
| [SINEMA](lib/trends_FIR/sinema/Sinema.md) | Sine-Weighted MA | Trends (FIR) |
|
||||
| [SKEW](lib/statistics/skew/Skew.md) | Skewness | Statistics |
|
||||
| [SLOPE](lib/numerics/slope/Slope.md) | Rate of Change | Numerics |
|
||||
| [SMA](lib/trends_FIR/sma/Sma.md) | Simple MA | Trends (FIR) |
|
||||
| [SMAPE](lib/errors/smape/Smape.md) | Symmetric MAPE | Errors |
|
||||
| SMI | Stochastic Momentum Index | Oscillators |
|
||||
| SOLAR | Solar Activity Cycle | Cycles |
|
||||
| SPEARMAN | Spearman Rank Correlation | Statistics |
|
||||
| [SMI](lib/oscillators/smi/Smi.md) | Stochastic Momentum Index | Oscillators |
|
||||
| [SOLAR](lib/cycles/solar/Solar.md) | Solar Activity Cycle | Cycles |
|
||||
| [SPEARMAN](lib/statistics/spearman/Spearman.md) | Spearman Rank Correlation | Statistics |
|
||||
| SQUEEZE | Squeeze | Oscillators |
|
||||
| [SQRTTRANS](lib/numerics/sqrttrans/Sqrttrans.md) | Square Root Transform | Numerics |
|
||||
| [SSF](lib/filters/ssf/Ssf.md) | Super Smoother | Filters |
|
||||
| SSFDSP | SSF Detrended Synthetic Price | Cycles |
|
||||
| STANDARDIZE | Z-Score Normalization | Numerics |
|
||||
| STARCHANNEL | Stoller Average Range Channel | Channels |
|
||||
| STBANDS | Super Trend Bands | Channels |
|
||||
| STC | Schaff Trend Cycle | Cycles |
|
||||
| [SSFDSP](lib/cycles/ssfdsp/Ssfdsp.md) | SSF Detrended Synthetic Price | Cycles |
|
||||
| [STANDARDIZE](lib/numerics/standardize/Standardize.md) | Z-Score Normalization | Numerics |
|
||||
| [STARCHANNEL](lib/channels/starchannel/Starchannel.md) | Stoller Average Range Channel | Channels |
|
||||
| [STBANDS](lib/channels/stbands/Stbands.md) | Super Trend Bands | Channels |
|
||||
| [STC](lib/cycles/stc/Stc.md) | Schaff Trend Cycle | Cycles |
|
||||
| [STDDEV](lib/statistics/stddev/StdDev.md) | Standard Deviation | Statistics |
|
||||
| STOCH | Stochastic Oscillator | Oscillators |
|
||||
| STOCHF | Stochastic Fast | Oscillators |
|
||||
| STOCHRSI | Stochastic RSI | Oscillators |
|
||||
| [STOCH](lib/oscillators/stoch/Stoch.md) | Stochastic Oscillator | Oscillators |
|
||||
| [STOCHF](lib/oscillators/stochf/Stochf.md) | Stochastic Fast | Oscillators |
|
||||
| [STOCHRSI](lib/oscillators/stochrsi/Stochrsi.md) | Stochastic RSI | Oscillators |
|
||||
| [SUM](lib/statistics/sum/Sum.md) | Rolling Sum | Statistics |
|
||||
| SUPER | SuperTrend | Dynamics |
|
||||
| SWINGS | Swing High/Low Detection | Reversals |
|
||||
| [SUPER](lib/dynamics/super/Super.md) | SuperTrend | Dynamics |
|
||||
| [SWINGS](lib/reversals/swings/Swings.md) | Swing High/Low Detection | Reversals |
|
||||
| [T3](lib/trends_IIR/t3/T3.md) | Tillson T3 MA | Trends (IIR) |
|
||||
| TDIST | Student's t-Distribution | Numerics |
|
||||
| TD_SEQ | TD Sequential | Oscillators |
|
||||
| [TEMA](lib/trends_IIR/tema/Tema.md) | Triple Exponential MA | Trends (IIR) |
|
||||
| THEIL | Theil Index | Statistics |
|
||||
| [THEIL](lib/statistics/theil/Theil.md) | Theil Index | Statistics |
|
||||
| [THEILU](lib/errors/theilu/Theilu.md) | Theil's U Statistic | Errors |
|
||||
| TR | True Range | Volatility |
|
||||
| [TR](lib/volatility/tr/Tr.md) | True Range | Volatility |
|
||||
| [TRIMA](lib/trends_FIR/trima/Trima.md) | Triangular MA | Trends (FIR) |
|
||||
| TRIX | Triple Exponential Average | Oscillators |
|
||||
| [TRIX](lib/oscillators/trix/Trix.md) | Triple Exponential Average | Oscillators |
|
||||
| TSF | Time Series Forecast | Statistics |
|
||||
| TSI | True Strength Index | Momentum |
|
||||
| TTM | TTM Trend | Dynamics |
|
||||
| [TSI](lib/momentum/tsi/Tsi.md) | True Strength Index | Momentum |
|
||||
| [TTM](lib/dynamics/ttm/Ttm.md) | TTM Trend | Dynamics |
|
||||
| [TUKEY](lib/errors/tukey/Tukey.md) | Tukey Biweight Loss | Errors |
|
||||
| TVI | Trade Volume Index | Volume |
|
||||
| TWAP | Time Weighted Average Price | Volume |
|
||||
| UBANDS | Ultimate Bands | Channels |
|
||||
| UCHANNEL | Ultimate Channel | Channels |
|
||||
| UI | Ulcer Index | Volatility |
|
||||
| [TVI](lib/volume/tvi/Tvi.md) | Trade Volume Index | Volume |
|
||||
| [TWAP](lib/volume/twap/Twap.md) | Time Weighted Average Price | Volume |
|
||||
| [UBANDS](lib/channels/ubands/Ubands.md) | Ultimate Bands | Channels |
|
||||
| [UCHANNEL](lib/channels/uchannel/Uchannel.md) | Ultimate Channel | Channels |
|
||||
| [UI](lib/volatility/ui/Ui.md) | Ulcer Index | Volatility |
|
||||
| [ULTOSC](lib/oscillators/ultosc/Ultosc.md) | Ultimate Oscillator | Oscillators |
|
||||
| [USF](lib/filters/usf/Usf.md) | Ultra Smoother | Filters |
|
||||
| VA | Volume Accumulation | Volume |
|
||||
| [VA](lib/volume/va/Va.md) | Volume Accumulation | Volume |
|
||||
| [VAMA](lib/trends_IIR/vama/Vama.md) | Volatility Adjusted MA | Trends (IIR) |
|
||||
| [VARIANCE](lib/statistics/variance/Variance.md) | Variance | Statistics |
|
||||
| [VEL](lib/momentum/vel/Vel.md) | Jurik Velocity | Momentum |
|
||||
| VF | Volume Force | Volume |
|
||||
| [VF](lib/volume/vf/Vf.md) | Volume Force | Volume |
|
||||
| [VIDYA](lib/trends_IIR/vidya/Vidya.md) | Variable Index Dynamic Average | Trends (IIR) |
|
||||
| VO | Volume Oscillator | Volume |
|
||||
| VORTEX | Vortex Indicator | Dynamics |
|
||||
| VOV | Volatility of Volatility | Volatility |
|
||||
| VR | Volatility Ratio | Volatility |
|
||||
| VROC | Volume Rate of Change | Volume |
|
||||
| VWAD | Volume Weighted A/D | Volume |
|
||||
| VWAP | Volume Weighted Average Price | Volume |
|
||||
| [VO](lib/volume/vo/Vo.md) | Volume Oscillator | Volume |
|
||||
| [VORTEX](lib/dynamics/vortex/Vortex.md) | Vortex Indicator | Dynamics |
|
||||
| [VOV](lib/volatility/vov/Vov.md) | Volatility of Volatility | Volatility |
|
||||
| [VR](lib/volatility/vr/Vr.md) | Volatility Ratio | Volatility |
|
||||
| [VROC](lib/volume/vroc/Vroc.md) | Volume Rate of Change | Volume |
|
||||
| [VWAD](lib/volume/vwad/Vwad.md) | Volume Weighted A/D | Volume |
|
||||
| [VWAP](lib/volume/vwap/Vwap.md) | Volume Weighted Average Price | Volume |
|
||||
| [VWAPBANDS](lib/channels/vwapbands/Vwapbands.md) | VWAP Bands | Channels |
|
||||
| [VWAPSD](lib/channels/vwapsd/Vwapsd.md) | VWAP Standard Deviation Bands | Channels |
|
||||
| VWMA | Volume Weighted MA | Volume |
|
||||
| WAD | Williams A/D | Volume |
|
||||
| [VWMA](lib/volume/vwma/Vwma.md) | Volume Weighted MA | Volume |
|
||||
| [WAD](lib/volume/wad/Wad.md) | Williams A/D | Volume |
|
||||
| WAVG | Weighted Average | Statistics |
|
||||
| WEIBULLDIST | Weibull Distribution | Numerics |
|
||||
| [WIENER](lib/filters/wiener/Wiener.md) | Wiener Filter | Filters |
|
||||
| WILLR | Williams %R | Oscillators |
|
||||
| [WILLR](lib/oscillators/willr/Willr.md) | Williams %R | Oscillators |
|
||||
| [WMA](lib/trends_FIR/wma/Wma.md) | Weighted MA | Trends (FIR) |
|
||||
| [WMAPE](lib/errors/wmape/Wmape.md) | Weighted MAPE | Errors |
|
||||
| [WRMSE](lib/errors/wrmse/Wrmse.md) | Weighted RMSE | Errors |
|
||||
| YZV | Yang-Zhang Volatility | Volatility |
|
||||
| [YZV](lib/volatility/yzv/Yzv.md) | Yang-Zhang Volatility | Volatility |
|
||||
| [YZVAMA](lib/trends_IIR/yzvama/Yzvama.md) | Yang-Zhang Volatility Adjusted MA | Trends (IIR) |
|
||||
| ZLDEMA | Zero-Lag Double Exponential MA | Trends (IIR) |
|
||||
| [ZLEMA](lib/trends_IIR/zlema/Zlema.md) | Zero-Lag Exponential MA | Trends (IIR) |
|
||||
| ZLTEMA | Zero-Lag Triple Exponential MA | Trends (IIR) |
|
||||
| ZSCORE | Z-Score | Statistics |
|
||||
| ZTEST | Z-Test | Statistics |
|
||||
| [ZSCORE](lib/statistics/zscore/Zscore.md) | Z-Score | Statistics |
|
||||
| [ZTEST](lib/statistics/ztest/Ztest.md) | Z-Test | Statistics |
|
||||
|
||||
Reference in New Issue
Block a user