mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-08 22:17:44 +00:00
Documentation
This commit is contained in:
+313
-5
@@ -1,5 +1,313 @@
|
||||
# Backlog and done
|
||||
|
||||
|**QT**|**Chart**|Cmnt|Docs|isNew|Validation|
|
||||
|--|:--:|:--:|:--:|:--:|:--:|
|
||||
|AFIRMA|✔️|||||
|
||||
| AD | Chaikin A/D Line |
|
||||
| AROON | Aroon Indicator |
|
||||
| ADX | Average Directional Movement Index |
|
||||
| ADXR | Average Directional Movement Index Rating |
|
||||
| DX | Directional Movement Index |
|
||||
| SAR | Parabolic SAR |
|
||||
| SAREXT | Parabolic SAR - Extended |
|
||||
| HT_TRENDLINE | Hilbert Transform - Instantaneous Trendline |
|
||||
| HT_TRENDMODE | Hilbert Transform - Trend vs Cycle Mode |
|
||||
| ZZ | ZigZag Indicator |
|
||||
| DMI | Directional Movement Index |
|
||||
| Alligator | Alligator Indicator |
|
||||
| Regression | Regression Line Indicator |
|
||||
| SI | Swing Index |
|
||||
| ATS | ATR Trailing Stop |
|
||||
| ERI | Elder-ray Index |
|
||||
| GO | Gator Oscillator |
|
||||
| HE | Hurst Exponent |
|
||||
| IC | Ichimoku Cloud |
|
||||
| ST | SuperTrend |
|
||||
| VI | Vortex Indicator |
|
||||
| WA | Williams Alligator |
|
||||
| RSI | Relative Strength Index |
|
||||
| CCI | Commodity Channel Index |
|
||||
| MOM | Momentum |
|
||||
| ROC | Rate of Change |
|
||||
| PPO | Percentage Price Oscillator |
|
||||
| AO | Awesome Oscillator |
|
||||
| CMO | Chande Momentum Oscillator |
|
||||
| TRIX | 1-day Rate-Of-Change (ROC) of a Triple Smooth EMA |
|
||||
| ULTOSC | Ultimate Oscillator |
|
||||
| AROONOSC | Aroon Oscillator |
|
||||
| ADOSC | Chaikin A/D Oscillator |
|
||||
| APO | Absolute Price Oscillator |
|
||||
| STOCH | Stochastic |
|
||||
| STOCHF | Stochastic Fast |
|
||||
| STOCHRSI | Stochastic Relative Strength Index |
|
||||
| Qstick | Qstick Indicator |
|
||||
| RLW | %R Larry Williams |
|
||||
| AC | Acceleration Oscillator |
|
||||
| TSI | True Strength Index |
|
||||
| CRSI | ConnorsRSI |
|
||||
| DPO | Detrended Price Oscillator |
|
||||
| KDJ | KDJ Index |
|
||||
| STC | Schaff Trend Cycle |
|
||||
| SMI | Stochastic Momentum Index |
|
||||
| BB | Bollinger Bands |
|
||||
| Keltner | Keltner Channel |
|
||||
| BBF | Bollinger Bands Flat |
|
||||
| Channel | Price Channel |
|
||||
| MAE | Moving Average Envelope |
|
||||
| PAZ | Price Action Zones |
|
||||
| DC | Donchian Channels |
|
||||
| FCB | Fractal Chaos Bands |
|
||||
| PP | Pivot Points |
|
||||
| RPP | Rolling Pivot Points |
|
||||
| STARC | STARC Bands |
|
||||
| SDC | Standard Deviation Channels |
|
||||
| OBV | On Balance Volume |
|
||||
| PVI | Positive Volume Index |
|
||||
| Volume | Volume Indicator |
|
||||
| MFI | Money Flow Index |
|
||||
| ADL | Accumulation / Distribution Line |
|
||||
| CMF | Chaikin Money Flow |
|
||||
| FI | Force Index |
|
||||
| KVO | Klinger Volume Oscillator |
|
||||
| PVO | Percentage Volume Oscillator |
|
||||
| ATS | ATR Trailing Stop |
|
||||
| CE | Chandelier Exit |
|
||||
| SAR | Parabolic SAR |
|
||||
| ST | SuperTrend |
|
||||
| VS | Volatility Stop |
|
||||
| Pivots | Pivots |
|
||||
| WF | Williams Fractal |
|
||||
| EMA | Exponential Moving Average |
|
||||
| SMA | Simple Moving Average |
|
||||
| LWMA | Linearly Weighted Moving Average |
|
||||
| SMMA | Smoothed Moving Average |
|
||||
| MMA | Modified Moving Average |
|
||||
| KAMA | Kaufman Adaptive Moving Average |
|
||||
| DEMA | Double Exponential Moving Average |
|
||||
| TEMA | Triple Exponential Moving Average |
|
||||
| MAMA | MESA Adaptive Moving Average |
|
||||
| TRIMA | Triangular Moving Average |
|
||||
| T3 | Triple Exponential Moving Average (T3) |
|
||||
| PPMA | Pivot Point Moving Average |
|
||||
| WMA | Weighted Moving Average |
|
||||
| ALMA | Arnaud Legoux Moving Average |
|
||||
| EPMA | Endpoint Moving Average |
|
||||
| HMA | Hull Moving Average |
|
||||
| LSMA | Least Squares Moving Average |
|
||||
| MD | McGinley Dynamic |
|
||||
| RMA | Running Moving Average |
|
||||
| VWAP | Volume Weighted Average Price |
|
||||
| VWMA | Volume Weighted Moving Average |
|
||||
| ATR | Average True Range |
|
||||
| NATR | Normalized Average True Range |
|
||||
| TRANGE | True Range |
|
||||
| STDDEV | Standard Deviation |
|
||||
| HV | Historical Volatility |
|
||||
| BOP | Balance of Power |
|
||||
| BBP | Bull and Bear Power |
|
||||
| CI | Choppiness Index |
|
||||
| DCP | Dominant Cycle Periods |
|
||||
| PMO | Price Momentum Oscillator |
|
||||
| PRS | Price Relative Strength |
|
||||
| ROCB | ROC with Bands |
|
||||
| RRA | Rescaled Range Analysis |
|
||||
| UI | Ulcer Index |
|
||||
| CORREL | Pearson's Correlation Coefficient |
|
||||
| BETA | Beta |
|
||||
| VAR | Variance |
|
||||
| AVGPRICE | Average Price |
|
||||
| MEDPRICE | Median Price |
|
||||
| TYPPRICE | Typical Price |
|
||||
| WCLPRICE | Weighted Close Price |
|
||||
| SUM | Summation |
|
||||
| MAX | Highest value over a specified period |
|
||||
| MIN | Lowest value over a specified period |
|
||||
| MAXINDEX | Index of highest value over a specified period |
|
||||
| MININDEX | Index of lowest value over a specified period |
|
||||
| MINMAX | Lowest and highest values over a specified period |
|
||||
| MINMAXINDEX | Indexes of lowest and highest values over a period |
|
||||
| BC | Beta Coefficient |
|
||||
| MAD | Mean absolute deviation |
|
||||
| MAPE | Mean absolute percentage error |
|
||||
| MSE | Mean square error |
|
||||
| R2 | R-Squared (Coefficient of Determination) |
|
||||
| SLR | Slope and Linear Regression |
|
||||
| ZS | Z-Score |
|
||||
| AD | Chaikin A/D Line |
|
||||
| AROON | Aroon Indicator |
|
||||
| ADX | Average Directional Movement Index |
|
||||
| ADXR | Average Directional Movement Index Rating |
|
||||
| DX | Directional Movement Index |
|
||||
| SAR | Parabolic SAR |
|
||||
| SAREXT | Parabolic SAR - Extended |
|
||||
| HT_TRENDLINE | Hilbert Transform - Instantaneous Trendline |
|
||||
| HT_TRENDMODE | Hilbert Transform - Trend vs Cycle Mode |
|
||||
| ZZ | ZigZag Indicator |
|
||||
| DMI | Directional Movement Index |
|
||||
| Alligator | Alligator Indicator |
|
||||
| Regression | Regression Line Indicator |
|
||||
| SI | Swing Index |
|
||||
| ATS | ATR Trailing Stop |
|
||||
| ERI | Elder-ray Index |
|
||||
| GO | Gator Oscillator |
|
||||
| HE | Hurst Exponent |
|
||||
| IC | Ichimoku Cloud |
|
||||
| ST | SuperTrend |
|
||||
| VI | Vortex Indicator |
|
||||
| WA | Williams Alligator |
|
||||
| RSI | Relative Strength Index |
|
||||
| CCI | Commodity Channel Index |
|
||||
| MOM | Momentum |
|
||||
| ROC | Rate of Change |
|
||||
| PPO | Percentage Price Oscillator |
|
||||
| AO | Awesome Oscillator |
|
||||
| CMO | Chande Momentum Oscillator |
|
||||
| TRIX | 1-day Rate-Of-Change (ROC) of a Triple Smooth EMA |
|
||||
| ULTOSC | Ultimate Oscillator |
|
||||
| AROONOSC | Aroon Oscillator |
|
||||
| ADOSC | Chaikin A/D Oscillator |
|
||||
| APO | Absolute Price Oscillator |
|
||||
| STOCH | Stochastic |
|
||||
| STOCHF | Stochastic Fast |
|
||||
| STOCHRSI | Stochastic Relative Strength Index |
|
||||
| Qstick | Qstick Indicator |
|
||||
| RLW | %R Larry Williams |
|
||||
| AC | Acceleration Oscillator |
|
||||
| TSI | True Strength Index |
|
||||
| CRSI | ConnorsRSI |
|
||||
| DPO | Detrended Price Oscillator |
|
||||
| KDJ | KDJ Index |
|
||||
| STC | Schaff Trend Cycle |
|
||||
| SMI | Stochastic Momentum Index |
|
||||
| BB | Bollinger Bands |
|
||||
| Keltner | Keltner Channel |
|
||||
| BBF | Bollinger Bands Flat |
|
||||
| Channel | Price Channel |
|
||||
| MAE | Moving Average Envelope |
|
||||
| PAZ | Price Action Zones |
|
||||
| DC | Donchian Channels |
|
||||
| FCB | Fractal Chaos Bands |
|
||||
| PP | Pivot Points |
|
||||
| RPP | Rolling Pivot Points |
|
||||
| STARC | STARC Bands |
|
||||
| SDC | Standard Deviation Channels |
|
||||
| OBV | On Balance Volume |
|
||||
| PVI | Positive Volume Index |
|
||||
| Volume | Volume Indicator |
|
||||
| MFI | Money Flow Index |
|
||||
| ADL | Accumulation / Distribution Line |
|
||||
| CMF | Chaikin Money Flow |
|
||||
| FI | Force Index |
|
||||
| KVO | Klinger Volume Oscillator |
|
||||
| PVO | Percentage Volume Oscillator |
|
||||
| ATS | ATR Trailing Stop |
|
||||
| CE | Chandelier Exit |
|
||||
| SAR | Parabolic SAR |
|
||||
| ST | SuperTrend |
|
||||
| VS | Volatility Stop |
|
||||
| Pivots | Pivots |
|
||||
| WF | Williams Fractal |
|
||||
| ALMA | Arnaud Legoux Moving Average |
|
||||
| EPMA | Endpoint Moving Average |
|
||||
| HMA | Hull Moving Average |
|
||||
| LSMA | Least Squares Moving Average |
|
||||
| MD | McGinley Dynamic |
|
||||
| RMA | Running Moving Average |
|
||||
| T3 | Tillson T3 Moving Average |
|
||||
| VWAP | Volume Weighted Average Price |
|
||||
| VWMA | Volume Weighted Moving Average |
|
||||
| BOP | Balance of Power |
|
||||
| BBP | Bull and Bear Power |
|
||||
| CI | Choppiness Index |
|
||||
| DCP | Dominant Cycle Periods |
|
||||
| PMO | Price Momentum Oscillator |
|
||||
| PRS | Price Relative Strength |
|
||||
| ROCB | ROC with Bands |
|
||||
| RRA | Rescaled Range Analysis |
|
||||
| UI | Ulcer Index |
|
||||
| BC | Beta Coefficient |
|
||||
| MAD | Mean absolute deviation |
|
||||
| MAPE | Mean absolute percentage error |
|
||||
| MSE | Mean square error |
|
||||
| R2 | R-Squared (Coefficient of Determination) |
|
||||
| SLR | Slope and Linear Regression |
|
||||
| ZS | Z-Score |
|
||||
| EMA | Exponential Moving Average |
|
||||
| SMA | Simple Moving Average |
|
||||
| LWMA | Linearly Weighted Moving Average |
|
||||
| SMMA | Smoothed Moving Average |
|
||||
| MMA | Modified Moving Average |
|
||||
| KAMA | Kaufman Adaptive Moving Average |
|
||||
| DEMA | Double Exponential Moving Average |
|
||||
| TEMA | Triple Exponential Moving Average |
|
||||
| MAMA | MESA Adaptive Moving Average |
|
||||
| TRIMA | Triangular Moving Average |
|
||||
| T3 | Triple Exponential Moving Average (T3) |
|
||||
| PPMA | Pivot Point Moving Average |
|
||||
| MAE | Moving Average Envelope |
|
||||
| MACD | Moving Average Convergence Divergence |
|
||||
| MACDEXT | MACD with controllable MA type |
|
||||
| MACDFIX | Moving Average Convergence Divergence Fix 12/26 |
|
||||
| OsMA | Moving Average of Oscillator |
|
||||
| Regression | Regression Indicator |
|
||||
| LINEARREG | Linear Regression |
|
||||
| LINEARREG_ANGLE | Linear Regression Angle |
|
||||
| LINEARREG_INTERCEPT | Linear Regression Intercept |
|
||||
| LINEARREG_SLOPE | Linear Regression Slope |
|
||||
| RSI | Relative Strength Index |
|
||||
| CCI | Commodity Channel Index |
|
||||
| MOM | Momentum |
|
||||
| ROC | Rate of Change |
|
||||
| PPO | Percentage Price Oscillator |
|
||||
| AO | Awesome Oscillator |
|
||||
| CMO | Chande Momentum Oscillator |
|
||||
| TRIX | 1-day Rate-Of-Change (ROC) of a Triple Smooth EMA |
|
||||
| ULTOSC | Ultimate Oscillator |
|
||||
| AROONOSC | Aroon Oscillator |
|
||||
| ADOSC | Chaikin A/D Oscillator |
|
||||
| APO | Absolute Price Oscillator |
|
||||
| STOCH | Stochastic |
|
||||
| STOCHF | Stochastic Fast |
|
||||
| STOCHRSI | Stochastic Relative Strength Index |
|
||||
| Qstick | Qstick Indicator |
|
||||
| RLW | %R Larry Williams |
|
||||
| AC | Acceleration Oscillator |
|
||||
| TSI | True Strength Index |
|
||||
| AD | Chaikin A/D Line |
|
||||
| AROON | Aroon Indicator |
|
||||
| ADX | Average Directional Movement Index |
|
||||
| ADXR | Average Directional Movement Index Rating |
|
||||
| DX | Directional Movement Index |
|
||||
| SAR | Parabolic SAR |
|
||||
| SAREXT | Parabolic SAR - Extended |
|
||||
| HT_TRENDLINE | Hilbert Transform - Instantaneous Trendline |
|
||||
| HT_TRENDMODE | Hilbert Transform - Trend vs Cycle Mode |
|
||||
| ZZ | ZigZag Indicator |
|
||||
| DMI | Directional Movement Index |
|
||||
| Alligator | Alligator Indicator |
|
||||
| Regression | Regression Line Indicator |
|
||||
| SI | Swing Index |
|
||||
| ATR | Average True Range |
|
||||
| NATR | Normalized Average True Range |
|
||||
| TRANGE | True Range |
|
||||
| STDDEV | Standard Deviation |
|
||||
| HV | Historical Volatility |
|
||||
| BB | Bollinger Bands |
|
||||
| Keltner | Keltner Channel |
|
||||
| BBF | Bollinger Bands Flat |
|
||||
| Channel | Price Channel |
|
||||
| MAE | Moving Average Envelope |
|
||||
| PAZ | Price Action Zones |
|
||||
| OBV | On Balance Volume |
|
||||
| PVI | Positive Volume Index |
|
||||
| Volume | Volume Indicator |
|
||||
| MFI | Money Flow Index |
|
||||
| CORREL | Pearson's Correlation Coefficient |
|
||||
| BETA | Beta |
|
||||
| VAR | Variance |
|
||||
| AVGPRICE | Average Price |
|
||||
| MEDPRICE | Median Price |
|
||||
| TYPPRICE | Typical Price |
|
||||
| WCLPRICE | Weighted Close Price |
|
||||
| SUM | Summation |
|
||||
| MAX | Highest value over a specified period |
|
||||
| MIN | Lowest value over a specified period |
|
||||
| MAXINDEX | Index of highest value over a specified period |
|
||||
| MININDEX | Index of lowest value over a specified period |
|
||||
| MINMAX | Lowest and highest values over a specified period |
|
||||
| MINMAXINDEX | Indexes of lowest and highest values over a period |
|
||||
|
||||
Reference in New Issue
Block a user