Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jealous/stockstats
/ functions
Functions
317 in github.com/jealous/stockstats
⨍
Functions
317
◇
Types & classes
5
Method
_get_change
Get the percentage change column It's an alias for ROC :return: result series
stockstats.py:286
Method
_get_chop
get Choppiness Index (CHOP) See the definition of the index here: https://www.tradingview.com/education/choppinessindex/ Cal
stockstats.py:1424
Method
_get_cmo
get Chande Momentum Oscillator The Chande Momentum Oscillator (CMO) is a technical momentum indicator developed by Tushar Chande.
stockstats.py:1516
Method
_get_coppock
Get Coppock Curve Coppock Curve is a momentum indicator that signals long-term trend reversals. https://stockcharts.com/scho
stockstats.py:1328
Method
_get_cr
Energy Index (Intermediate Willingness Index) https://support.futunn.com/en/topic167/?lang=en-us Use the relationship between the hig
stockstats.py:943
Method
_get_cti
get correlation trend indicator Correlation Trend Indicator is a study that estimates the current direction and strength of a trend.
stockstats.py:1192
Method
_get_d
(self, meta: _Meta)
stockstats.py:1026
Method
_get_dma
Difference of Moving Average default to 10 and 50. :return: None
stockstats.py:831
Method
_get_dmi
get the default setting for DMI including: +DI: 14 periods SMMA of +DM, -DI: 14 periods SMMA of -DM, DX: based on +DI
stockstats.py:844
Method
_get_dx
(self, meta: _Meta)
stockstats.py:940
Method
_get_ema
get exponential moving average
stockstats.py:1203
Method
_get_eri
The Elder-Ray Index The Elder-Ray Index contains the bull and the bear power. Both are calculated based on the EMA of the close price
stockstats.py:1309
Method
_get_eribear
The bear line of Elder-Ray Index
stockstats.py:1303
Method
_get_eribull
The bull line of Elder-Ray Index
stockstats.py:1297
Method
_get_fc
get the count of column in range of future (shifts) example: change_20_fc :return: result series
stockstats.py:447
Method
_get_ftr
the Gaussian Fisher Transform Price Reversals indicator The Gaussian Fisher Transform Price Reversals indicator, dubbed FTR for short
stockstats.py:1652
Method
_get_ichimoku
get Ichimoku Cloud The Ichimoku Cloud is a collection of technical indicators that show support and resistance levels, as well as mom
stockstats.py:1357
Method
_get_inertia
(self, meta: _Meta)
stockstats.py:1758
Method
_get_kama
get Kaufman's Adaptive Moving Average. Implemented after https://school.stockcharts.com/doku.php?id=technical_indicators:kaufman_s_ada
stockstats.py:1581
Method
_get_kdjd
Get the D of KDJ D = 2/3 × (prev. D) +1/3 × (curr. K) 2/3 and 1/3 are the smooth parameters.
stockstats.py:1004
Method
_get_kdjj
Get the J of KDJ J = 3K-2D
stockstats.py:1013
Method
_get_kdjk
Get the K of KDJ K = 2/3 × (prev. K) +1/3 × (curr. RSV) 2/3 and 1/3 are the smooth parameters.
stockstats.py:994
Method
_get_ker
get Kaufman's efficiency ratio The Efficiency Ratio (ER) is calculated by dividing the price change over a period by the abso
stockstats.py:1557
Method
_get_kst
(self, meta: _Meta)
stockstats.py:1786
Method
_get_log_ret
(self, _: _Meta)
stockstats.py:417
Method
_get_lrma
get linear regression moving average
stockstats.py:1098
Method
_get_macd
Moving Average Convergence Divergence This function will initialize all following columns. MACD Line (macd): (12-day EMA - 26-day EM
stockstats.py:1227
Method
_get_mad
get mean absolute deviation
stockstats.py:1088
Method
_get_max
(self, meta: _Meta)
stockstats.py:472
Method
_get_mfi
get money flow index The definition of money flow index is available at: https://www.investopedia.com/terms/m/mfi.asp
stockstats.py:1454
Method
_get_middle
(self, meta: _Meta)
stockstats.py:983
Method
_get_min
(self, meta: _Meta)
stockstats.py:478
Method
_get_mstd
get moving standard deviation
stockstats.py:1400
Method
_get_mvar
get moving variance
stockstats.py:1408
Method
_get_ndi
-DI, negative directional moving index
stockstats.py:929
Method
_get_ndm
-DM, negative directional moving accumulation If window is not 1, return the SMA of -DM.
stockstats.py:889
Method
_get_num
(self, meta)
stockstats.py:1921
Method
_get_p
get the permutation of specified range example: index x x_-2,-1_p 0 1 NaN 1 -1 NaN
stockstats.py:295
Method
_get_pdi
+DI, positive directional moving index
stockstats.py:923
Method
_get_pdm
+DM, positive directional moving If window is not 1, calculate the SMMA of +DM
stockstats.py:882
Method
_get_pgo
(self, meta: _Meta)
stockstats.py:1811
Method
_get_ppo
Percentage Price Oscillator https://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:price_oscillators_ppo Perce
stockstats.py:1277
Method
_get_psl
(self, meta: _Meta)
stockstats.py:1834
Method
_get_pvo
Percentage Volume Oscillator The Percentage Volume Oscillator (PVO) is a momentum oscillator for volume. The PVO measures the differ
stockstats.py:1255
Method
_get_qqe
QQE (Quantitative Qualitative Estimation) https://www.tradingview.com/script/0vn4HZ7O-Quantitative-Qualitative-Estimation-QQE/ The Q
stockstats.py:1837
Method
_get_r
Get rate of change of column Note this function is different to the roc function. negative values meaning data in the past, p
stockstats.py:365
Method
_get_rate
same as percent
stockstats.py:1972
Method
_get_roc
get Rate of Change (ROC) of a column The Price Rate of Change (ROC) is a momentum-based technical indicator that measures the percent
stockstats.py:1103
Method
_get_rsi
Calculate the RSI (Relative Strength Index) within N periods calculated based on the formula at: https://en.wikipedia.org/wiki/Relati
stockstats.py:533
Method
_get_rsv
Calculate the RSV (Raw Stochastic Value) within N periods This value is essential for calculating KDJs Current day is included in N
stockstats.py:502
Method
_get_rvgis
(self, meta: _Meta)
stockstats.py:1730
Method
_get_s
Get the column shifted by periods Note this method is different to the shift method of pandas. negative values meaning data in the pa
stockstats.py:408
Method
_get_sma
get simple moving average
stockstats.py:1093
Method
_get_smma
get smoothed moving average
stockstats.py:593
Method
_get_stochrsi
Calculate the Stochastic RSI calculated based on the formula at: https://www.investopedia.com/terms/s/stochrsi.asp
stockstats.py:541
Method
_get_supertrend
Supertrend Supertrend indicator shows trend direction. It provides buy or sell indicators. https://medium.com/codex/step-by-s
stockstats.py:680
Method
_get_tema
Another implementation for triple ema Check the algorithm described below: https://www.forextraders.com/forex-education/forex-technic
stockstats.py:613
Method
_get_tp
(self, meta: _Meta)
stockstats.py:980
Method
_get_tr
True Range of the trading TR is a measure of volatility of a High-Low-Close series tr = max[(high - low), abs(high - close_prev), a
stockstats.py:669
Method
_get_trix
Triple Exponential Average https://www.investopedia.com/articles/technical/02/092402.asp
stockstats.py:597
Method
_get_vr
VR - Volume Variation Index
stockstats.py:896
Method
_get_vwma
get Volume Weighted Moving Average The definition is available at: https://www.investopedia.com/articles/trading/11/trading-with-vwap
stockstats.py:1412
Method
_get_wr
Williams Overbought/Oversold Index Definition: https://www.investopedia.com/terms/w/williamsr.asp WMS=[(Hn—Ct)/(Hn—Ln)] × -100
stockstats.py:625
Method
_get_wt
Calculate LazyBear's Wavetrend Check the algorithm described below: https://medium.com/@samuel.mcculloch/lets-take-a-look-at-wavetren
stockstats.py:577
Method
_get_wt1
(self, meta: _Meta)
stockstats.py:570
Method
_get_wt2
(self, meta: _Meta)
stockstats.py:573
Method
_get_z
Z score Z-score is a statistical measurement that describes a value's relationship to the mean of a group of values. The sta
stockstats.py:790
Function
_lower_col_name
(name)
stockstats.py:2184
Method
_process_segment
(windows)
stockstats.py:136
Method
_process_shifts_segment
(shift_segment)
stockstats.py:337
Method
amount
(self)
stockstats.py:283
Method
as_int
(self)
stockstats.py:150
Method
close
(self)
stockstats.py:271
Method
column
(self)
stockstats.py:192
Method
do
()
test.py:119
Method
handler
(self)
stockstats.py:2064
Method
high
(self)
stockstats.py:263
Method
int0
(self)
stockstats.py:167
Method
int1
(self)
stockstats.py:171
Method
int2
(self)
stockstats.py:175
Method
ints
(self)
stockstats.py:145
Method
low
(self)
stockstats.py:267
Method
name
(self)
stockstats.py:198
Method
open
(self)
stockstats.py:275
Method
positive_int
(self)
stockstats.py:179
Function
set_dft_window
(name: str, windows: Union[int, tuple[int, ...]])
stockstats.py:94
Method
test_adx
(self)
test.py:656
Method
test_adxr
(self)
test.py:662
Method
test_ao
(self)
test.py:861
Method
test_aroon
(self)
test.py:946
Method
test_bollinger
(self)
test.py:412
Method
test_bollinger_empty
(self)
test.py:431
Method
test_bollinger_with_window
(self)
test.py:421
Method
test_bop
(self)
test.py:871
Method
test_change
(self)
test.py:176
Method
test_change_group_window_defaults
(self)
test.py:1099
Method
test_change_single_default_window
(self)
test.py:267
Method
test_chop
(self)
test.py:773
Method
test_chop_flat_bars
()
test.py:784
Method
test_close_z
(self)
test.py:958
← previous
next →
101–200 of 317, ranked by callers