-
Notifications
You must be signed in to change notification settings - Fork 1
Indice
Guillaume edited this page Mar 16, 2022
·
6 revisions
- ADX
- adx (Average Directional Movement Index) - bounds (0, 100)
- P_DIM
- plus_dm (+ Directional Movement) - no bounds
- plus_di (+ Directional Indicator) - bounds (0, 100)
- dplus_dm (Derivative of + Derectional Movement) - no bounds
- M_DIM
- minus_dm (- Directional Movement) - no bounds
- minus_di (- Directional Indicator) - bounds (0, 100)
- AROON
- aroonup (Aroon Up) - bounds (0, 100)
- aroondown (Aroon Down) - bounds (0, 100)
- aroonosc (Aroon Oscillator) - bounds (-100, 100)
- AO
- ao (Awesome Oscillator) - no bounds
- KELTNER
- kc_upperband (Keltner Channel Upper Band) - no bounds
- kc_lowerband (Keltner Channel Lower Band) - no bounds
- kc_middleband (Keltner Channel Middle Band) - no bounds
- kc_percent (Keltner Channel Percentage of the close compared with the Lower Band) - no bounds
- kc_width (Keltner Channel Width between Upper and Lower Bands) - no bounds
- UO
- uo (Ultimate Oscillator) - bounds (0, 100)
- CCI
- cci (Commodity Channel index) - no bounds?
- RSI
- rsi (Relative Strength Index) - bounds (0, 100)
- FICHER_RSI
- fisher_rsi (Inverse Fisher Transform on RSI) - bounds (-1, 1)
- STOCH_SLOW
- slowd - bounds (0, 100)
- slowk - bounds (0, 100)
- STOCH_FAST
- fastd
- fastk
- STOCH_RSI
- fastd_rsi
- fastk_rsi
- MACD
- macd
- macdsignal
- macdhist
- MFI
- mfi
- ROC
- roc
- BBANDS
- bb_lowerband
- bb_middleband
- bb_upperband
- bb_percent
- bb_width
- W_BBANDS
- wbb_lowerband
- wbb_middleband
- wbb_upperband
- wbb_percent
- wbb_width
- EMA
- ema3
- ema5
- ema10
- ema21
- ema50
- ema100
- SMA
- sma3
- dsma3
- sma5
- sma10
- sma21
- sma50
- sma100
- SAR
- sar
- TEMA
- tema
- HT
- htsine
- htleadsine
- HEIKINASHI
- ha_open
- ha_close
- ha_high
- ha_low
- ICHIMOKU
- ich_tenkan
- ich_kijun
- ich_spanA
- ich_spanB
- ich_chikou
- ich_lead_spanA
- ich_lead_spanB
- PATTERNS
- CDLHAMMER
- CDLINVERTEDHAMMER
- CDLDRAGONFLYDOJI
- CDLPIERCING
- CDLMORNINGSTAR
- CDL3WHITESOLDIERS
- CDLHANGINGMAN
- CDLSHOOTINGSTAR
- CDLGRAVESTONEDOJI
- CDLDARKCLOUDCOVER
- CDLEVENINGDOJISTAR
- CDLEVENINGSTAR
- CDL3LINESTRIKE
- CDLSPINNINGTOP
- CDLENGULFING
- CDLHARAMI
- CDL3OUTSIDE
- CDL3INSIDE
- CANDLE_DIR
- candle_dir
- CANDLE_HEIGHT
- candle_height
- PERCENTGROWTH
- dopen1
- dopen3
- dopen5
- dclose1
- dclose3
- dclose5
- dlow1
- dlow3
- dlow5
- dhigh1
- dhigh3
- dhigh5
- SMA1
- SMA1
- dSMA1
- LNSMA1
- lnSMA1
- RETURN
- return
- STATS
- kurtosis5
- kurtosis10
- kurtosis21
- kurtosis50
- kurtosis100
- skewness3
- skewness5
- skewness10
- skewness21
- skewness50
- skewness100
- median3
- median5
- median10
- median21
- median50
- median100
- minimum3
- minimum5
- minimum10
- minimum21
- minimum50
- minimum100
- maximum3
- maximum5
- maximum10
- maximum21
- maximum50
- maximum100
- std3
- std5
- std10
- std21
- std50
- std100
- variance3
- variance5
- variance10
- variance21
- variance50
- variance100
- quantile025_3
- quantile025_5
- quantile025_10
- quantile025_21
- quantile025_50
- quantile025_100
- quantile075_3
- quantile075_5
- quantile075_10
- quantile075_21
- quantile075_50
- quantile075_100
- mean3
- mean5
- mean10
- mean21
- mean50
- mean100