Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nenjotsu authored Jan 16, 2022
1 parent 68dd32c commit 1cdc1de
Showing 1 changed file with 66 additions and 67 deletions.
133 changes: 66 additions & 67 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,91 +51,90 @@ SMA.calculate({ period: 5, values: [1,2,3,4,5,6,7,8,9] });
```

# Available Indicators
## NOTE: Only those with checked marks are currently added. You can submit issues for a feature request, or submit a PR.

1. [ ] [Accumulation Distribution Line (ADL)](https://tonicdev.com/anandaravindan/adl "ADL").
1. [ ] [Average Directional Index (ADX)](https://github.com/anandanand84/technicalindicators/blob/master/test/directionalmovement/ADX.js "ADX").
1. [ ] [Average True Range (ATR)](https://tonicdev.com/anandaravindan/atr "ATR").
1. [ ] [Awesome Oscillator (AO)](https://github.com/anandanand84/technicalindicators/blob/master/test/oscillators/AwesomeOscillator.js "AO").
1. [x] [Accumulation Distribution Line (ADL)](https://tonicdev.com/anandaravindan/adl "ADL").
1. [x] [Average Directional Index (ADX)](https://github.com/anandanand84/technicalindicators/blob/master/test/directionalmovement/ADX.js "ADX").
1. [x] [Average True Range (ATR)](https://tonicdev.com/anandaravindan/atr "ATR").
1. [x] [Awesome Oscillator (AO)](https://github.com/anandanand84/technicalindicators/blob/master/test/oscillators/AwesomeOscillator.js "AO").
1. [x] [Bollinger Bands (BB)](https://replit.com/@nenjotsu/talib-BB#mod.ts "BB").
1. [ ] [Commodity Channel Index (CCI)](https://github.com/anandanand84/technicalindicators/blob/master/test/oscillators/CCI.js "CCI").
1. [ ] [Force Index (FI)](https://github.com/anandanand84/technicalindicators/blob/master/test/volume/ForceIndex.js "FI").
1. [ ] [Know Sure Thing (KST)](https://tonicdev.com/anandaravindan/kst "KST").
1. [x] [Commodity Channel Index (CCI)](https://github.com/anandanand84/technicalindicators/blob/master/test/oscillators/CCI.js "CCI").
1. [x] [Force Index (FI)](https://github.com/anandanand84/technicalindicators/blob/master/test/volume/ForceIndex.js "FI").
1. [x] [Know Sure Thing (KST)](https://tonicdev.com/anandaravindan/kst "KST").
1. [x] [Moneyflow Index (MFI)](https://replit.com/@nenjotsu/talib-MFI#mod.ts "MFI").
1. [ ] [Moving Average Convergence Divergence (MACD)](https://tonicdev.com/anandaravindan/macd "MACD").
1. [ ] [On Balance Volume (OBV)](https://tonicdev.com/anandaravindan/obv "OBV").
1. [ ] [Parabolic Stop and Reverse (PSAR)](https://github.com/anandanand84/technicalindicators/blob/master/test/momentum/PSAR.js "PSAR").
1. [ ] [Rate of Change (ROC)](https://tonicdev.com/anandaravindan/roc "ROC").
1. [x] [Moving Average Convergence Divergence (MACD)](https://tonicdev.com/anandaravindan/macd "MACD").
1. [x] [On Balance Volume (OBV)](https://tonicdev.com/anandaravindan/obv "OBV").
1. [x] [Parabolic Stop and Reverse (PSAR)](https://github.com/anandanand84/technicalindicators/blob/master/test/momentum/PSAR.js "PSAR").
1. [x] [Rate of Change (ROC)](https://tonicdev.com/anandaravindan/roc "ROC").
1. [x] [Relative Strength Index (RSI)](https://tonicdev.com/anandaravindan/rsi "RSI").
1. [ ] [Simple Moving Average (SMA)](https://tonicdev.com/anandaravindan/sma "SMA").
1. [ ] [Stochastic Oscillator (KD)](https://tonicdev.com/anandaravindan/stochastic "KD").
1. [ ] [Stochastic RSI (StochRSI)](https://tonicdev.com/anandaravindan/stochasticrsi "StochRSI").
1. [ ] [Triple Exponentially Smoothed Average (TRIX)](https://tonicdev.com/anandaravindan/trix "TRIX").
1. [ ] [Typical Price](https://github.com/anandanand84/technicalindicators/blob/master/test/chart_types/TypicalPrice.js "Typical Price").
1. [ ] [Volume Weighted Average Price (VWAP)](https://github.com/anandanand84/technicalindicators/blob/master/test/volume/VWAP.js "VWAP").
1. [ ] [Volume Profile (VP)](https://github.com/anandanand84/technicalindicators/blob/master/test/volume/VolumeProfile.js "VP").
1. [ ] [Exponential Moving Average (EMA)](https://tonicdev.com/anandaravindan/ema "EMA").
1. [ ] [Weighted Moving Average (WMA)](https://tonicdev.com/anandaravindan/wma "WMA").
1. [ ] [Wilder’s Smoothing (Smoothed Moving Average, WEMA)](https://tonicdev.com/anandaravindan/wema "WEMA").
1. [ ] [WilliamsR (W%R)](https://tonicdev.com/anandaravindan/williamsr "W%R").
1. [ ] [Ichimoku Cloud](https://github.com/anandanand84/technicalindicators/blob/master/test/ichimoku/IchimokuCloud.js "Ichimoku Cloud").
1. [x] [Simple Moving Average (SMA)](https://tonicdev.com/anandaravindan/sma "SMA").
1. [x] [Stochastic Oscillator (KD)](https://tonicdev.com/anandaravindan/stochastic "KD").
1. [x] [Stochastic RSI (StochRSI)](https://tonicdev.com/anandaravindan/stochasticrsi "StochRSI").
1. [x] [Triple Exponentially Smoothed Average (TRIX)](https://tonicdev.com/anandaravindan/trix "TRIX").
1. [x] [Typical Price](https://github.com/anandanand84/technicalindicators/blob/master/test/chart_types/TypicalPrice.js "Typical Price").
1. [x] [Volume Weighted Average Price (VWAP)](https://github.com/anandanand84/technicalindicators/blob/master/test/volume/VWAP.js "VWAP").
1. [x] [Volume Profile (VP)](https://github.com/anandanand84/technicalindicators/blob/master/test/volume/VolumeProfile.js "VP").
1. [x] [Exponential Moving Average (EMA)](https://tonicdev.com/anandaravindan/ema "EMA").
1. [x] [Weighted Moving Average (WMA)](https://tonicdev.com/anandaravindan/wma "WMA").
1. [x] [Wilder’s Smoothing (Smoothed Moving Average, WEMA)](https://tonicdev.com/anandaravindan/wema "WEMA").
1. [x] [WilliamsR (W%R)](https://tonicdev.com/anandaravindan/williamsr "W%R").
1. [x] [Ichimoku Cloud](https://github.com/anandanand84/technicalindicators/blob/master/test/ichimoku/IchimokuCloud.js "Ichimoku Cloud").

# Other Utils

1. [ ] [Average Gain](https://github.com/anandanand84/technicalindicators/blob/master/test/Utils/AverageGain.js "")
1. [ ] [Average Loss](https://github.com/anandanand84/technicalindicators/blob/master/test/Utils/AverageLoss.js "")
1. [ ] [Cross Up](https://github.com/anandanand84/technicalindicators/blob/master/test/Utils/CrossUp.js "")
1. [ ] [Cross Down](https://github.com/anandanand84/technicalindicators/blob/master/test/Utils/CrossDown.js "")
1. [ ] [Cross Over](https://github.com/anandanand84/technicalindicators/blob/master/test/Utils/CrossOver.js "")
1. [ ] [Highest](https://github.com/anandanand84/technicalindicators/blob/master/test/Utils/Highest.js "")
1. [ ] [Lowest](https://github.com/anandanand84/technicalindicators/blob/master/test/Utils/Lowest.js "")
1. [ ] [Standard Deviation](https://github.com/anandanand84/technicalindicators/blob/master/test/Utils/SD.js "")
1. [ ] [Sum](https://github.com/anandanand84/technicalindicators/blob/master/test/Utils/Sum.js "")
1. [x] [Average Gain](https://github.com/anandanand84/technicalindicators/blob/master/test/Utils/AverageGain.js "")
1. [x] [Average Loss](https://github.com/anandanand84/technicalindicators/blob/master/test/Utils/AverageLoss.js "")
1. [x] [Cross Up](https://github.com/anandanand84/technicalindicators/blob/master/test/Utils/CrossUp.js "")
1. [x] [Cross Down](https://github.com/anandanand84/technicalindicators/blob/master/test/Utils/CrossDown.js "")
1. [x] [Cross Over](https://github.com/anandanand84/technicalindicators/blob/master/test/Utils/CrossOver.js "")
1. [x] [Highest](https://github.com/anandanand84/technicalindicators/blob/master/test/Utils/Highest.js "")
1. [x] [Lowest](https://github.com/anandanand84/technicalindicators/blob/master/test/Utils/Lowest.js "")
1. [x] [Standard Deviation](https://github.com/anandanand84/technicalindicators/blob/master/test/Utils/SD.js "")
1. [x] [Sum](https://github.com/anandanand84/technicalindicators/blob/master/test/Utils/Sum.js "")


# Chart Types

1. [ ] [Renko (renko)](https://github.com/anandanand84/technicalindicators/blob/master/test/chart_types/Renko.js)
1. [ ] [Heikin-Ashi (HA)](https://github.com/anandanand84/technicalindicators/blob/master/test/chart_types/HeikinAshi.js)
1. [x] [Renko (renko)](https://github.com/anandanand84/technicalindicators/blob/master/test/chart_types/Renko.js)
1. [x] [Heikin-Ashi (HA)](https://github.com/anandanand84/technicalindicators/blob/master/test/chart_types/HeikinAshi.js)


# CandleStick Pattern

1. [ ] [Abandoned Baby](https://runkit.com/anandaravindan/abandoned-baby).
1. [ ] [Bearish Engulfing Pattern](https://runkit.com/aarthiaradhana/bearishengulfingpattern).
1. [ ] [Bullish Engulfiing Pattern](https://runkit.com/aarthiaradhana/bullishengulfingpattern).
1. [ ] [Dark Cloud Cover](https://runkit.com/aarthiaradhana/darkcloudcover).
1. [ ] [Downside Tasuki Gap](https://runkit.com/aarthiaradhana/downsidetasukigap).
1. [ ] [Doji](https://runkit.com/aarthiaradhana/doji).
1. [ ] [DragonFly Doji](https://runkit.com/aarthiaradhana/dragonflydoji).
1. [ ] [GraveStone Doji](https://runkit.com/aarthiaradhana/gravestonedoji).
1. [ ] [BullishHarami](https://runkit.com/aarthiaradhana/bullishharami).
1. [ ] [Bearish Harami Cross](https://runkit.com/aarthiaradhana/bearishharamicross).
1. [ ] [Bullish Harami Cross](https://runkit.com/aarthiaradhana/bullishharamicross).
1. [ ] [Bullish Marubozu](https://runkit.com/aarthiaradhana/bullishmarubozu).
1. [ ] [Bearish Marubozu](https://runkit.com/aarthiaradhana/bearishmarubozu).
1. [ ] [Evening Doji Star](https://runkit.com/aarthiaradhana/eveningdojistar).
1. [ ] [Evening Star](https://runkit.com/aarthiaradhana/eveningstar).
1. [ ] [Bearish Harami](https://runkit.com/aarthiaradhana/bearishharami).
1. [ ] [Piercing Line](https://runkit.com/aarthiaradhana/piercingline).
1. [ ] [Bullish Spinning Top](https://runkit.com/aarthiaradhana/bullishspinningtop).
1. [ ] [Bearish Spinning Top](https://runkit.com/aarthiaradhana/bearishspinningtop).
1. [ ] [Morning Doji Star](https://runkit.com/aarthiaradhana/morningdojistar).
1. [ ] [Morning Star](https://runkit.com/aarthiaradhana/morningstar).
1. [ ] [Three Black Crows](https://runkit.com/aarthiaradhana/threeblackcrows).
1. [ ] [Three White Soldiers](https://runkit.com/aarthiaradhana/threewhitesoldiers).
1. [ ] [Bullish Hammer](https://runkit.com/nerdacus/technicalindicator-bullishhammer).
1. [ ] [Bearish Hammer](https://runkit.com/nerdacus/technicalindicator-bearishhammer).
1. [ ] [Bullish Inverted Hammer](https://runkit.com/nerdacus/technicalindicator-bullishinvertedhammer).
1. [ ] [Bearish Inverted Hammer](https://runkit.com/nerdacus/technicalindicator-bearishinvertedhammer).
1. [ ] [Hammer Pattern](https://runkit.com/nerdacus/technicalindicator-hammerpattern).
1. [x] [Abandoned Baby](https://runkit.com/anandaravindan/abandoned-baby).
1. [x] [Bearish Engulfing Pattern](https://runkit.com/aarthiaradhana/bearishengulfingpattern).
1. [x] [Bullish Engulfiing Pattern](https://runkit.com/aarthiaradhana/bullishengulfingpattern).
1. [x] [Dark Cloud Cover](https://runkit.com/aarthiaradhana/darkcloudcover).
1. [x] [Downside Tasuki Gap](https://runkit.com/aarthiaradhana/downsidetasukigap).
1. [x] [Doji](https://runkit.com/aarthiaradhana/doji).
1. [x] [DragonFly Doji](https://runkit.com/aarthiaradhana/dragonflydoji).
1. [x] [GraveStone Doji](https://runkit.com/aarthiaradhana/gravestonedoji).
1. [x] [BullishHarami](https://runkit.com/aarthiaradhana/bullishharami).
1. [x] [Bearish Harami Cross](https://runkit.com/aarthiaradhana/bearishharamicross).
1. [x] [Bullish Harami Cross](https://runkit.com/aarthiaradhana/bullishharamicross).
1. [x] [Bullish Marubozu](https://runkit.com/aarthiaradhana/bullishmarubozu).
1. [x] [Bearish Marubozu](https://runkit.com/aarthiaradhana/bearishmarubozu).
1. [x] [Evening Doji Star](https://runkit.com/aarthiaradhana/eveningdojistar).
1. [x] [Evening Star](https://runkit.com/aarthiaradhana/eveningstar).
1. [x] [Bearish Harami](https://runkit.com/aarthiaradhana/bearishharami).
1. [x] [Piercing Line](https://runkit.com/aarthiaradhana/piercingline).
1. [x] [Bullish Spinning Top](https://runkit.com/aarthiaradhana/bullishspinningtop).
1. [x] [Bearish Spinning Top](https://runkit.com/aarthiaradhana/bearishspinningtop).
1. [x] [Morning Doji Star](https://runkit.com/aarthiaradhana/morningdojistar).
1. [x] [Morning Star](https://runkit.com/aarthiaradhana/morningstar).
1. [x] [Three Black Crows](https://runkit.com/aarthiaradhana/threeblackcrows).
1. [x] [Three White Soldiers](https://runkit.com/aarthiaradhana/threewhitesoldiers).
1. [x] [Bullish Hammer](https://runkit.com/nerdacus/technicalindicator-bullishhammer).
1. [x] [Bearish Hammer](https://runkit.com/nerdacus/technicalindicator-bearishhammer).
1. [x] [Bullish Inverted Hammer](https://runkit.com/nerdacus/technicalindicator-bullishinvertedhammer).
1. [x] [Bearish Inverted Hammer](https://runkit.com/nerdacus/technicalindicator-bearishinvertedhammer).
1. [x] [Hammer Pattern](https://runkit.com/nerdacus/technicalindicator-hammerpattern).
1. [ ] [Hammer Pattern (Unconfirmed)](https://runkit.com/nerdacus/technicalindicator-hammerpatternunconfirmed).
1. [ ] [Hanging Man](https://runkit.com/nerdacus/technicalindicator-hangingman).
1. [x] [Hanging Man](https://runkit.com/nerdacus/technicalindicator-hangingman).
1. [ ] [Hanging Man (Unconfirmed)](https://runkit.com/nerdacus/technicalindicator-hangingmanunconfirmed).
1. [ ] [Shooting Star](https://runkit.com/nerdacus/technicalindicator-shootingstar).
1. [x] [Shooting Star](https://runkit.com/nerdacus/technicalindicator-shootingstar).
1. [ ] [Shooting Star (Unconfirmed)](https://runkit.com/nerdacus/technicalindicator-shootingstarunconfirmed).
1. [ ] [Tweezer Top](https://runkit.com/nerdacus/technicalindicator-tweezertop).
1. [ ] [Tweezer Bottom](https://runkit.com/nerdacus/technicalindicator-tweezerbottom).
1. [x] [Tweezer Top](https://runkit.com/nerdacus/technicalindicator-tweezertop).
1. [x] [Tweezer Bottom](https://runkit.com/nerdacus/technicalindicator-tweezerbottom).

or

Expand Down

0 comments on commit 1cdc1de

Please sign in to comment.