Skip to content

Commit

Permalink
documentations for each indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Yurov committed Mar 17, 2024
1 parent 205a39b commit a81aec3
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 24 deletions.
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,30 @@ The main feature of these indicators is their continuous operation, which means
## Available Indicators
- [Accelerator Oscillator (AO)](./docs/AcceleratorOscillator.md).
- [Average True Range (ATR)](./docs/AverageTrueRange.md).
- Awesome Oscillator (AC).
- Average Directional Index (ADX).
- Bollinger Bands (BB).
- Chaikin Oscillator
- Commodity Channel Index (CCI).
- Connor's RSI (CRSI)
- Donchian channels (DC).
- Exponential Moving Average (EMA).
- Exponential Weighted Moving Average (EWMA).
- Linearly weighted moving average (LWMA).
- Moving Average Convergence Divergence (MACD).
- Pivot Point Levels (classic / woodie /camarilla / fibonacci).
- Rate of Change (ROC).
- Relative Strength Index (RSI).
- Simple Moving Average (SMA).
- Smoothed Moving Average (SMMA).
- SuperTrend MTF (ST MTF).
- Stochastic Oscillator (KD)
- Stochastic Rsi (KD)
- Wilder's Smoothed Moving Average (WEMA)
- Welles Wilder's Smoothing Average (WWS)
- Weighted moving average (WMA)
- Parabolic Stop And Reverse (PSAR)
- Volume Profile
- [Awesome Oscillator (AC)](./docs/AwesomeOscillator.md).
- [Average Directional Index (ADX)](./docs/AverageDirectionalIndex.md).
- [Bollinger Bands (BB)](./docs/BollingerBands.md).
- [Chaikin Oscillator](./docs/ChaikinOscillator.md).
- [Commodity Channel Index (CCI)](./docs/CommodityChannelIndex.md).
- [Connor's RSI (CRSI)](./docs/ConnorsRSI.md).
- [Donchian Channels (DC)](./docs/DonchianChannels.md).
- [Exponential Moving Average (EMA)](./docs/ExponentialMovingAverage.md).
- [Exponential Weighted Moving Average (EWMA)](./docs/ExponentialWeightedMovingAverage.md).
- [Linearly Weighted Moving Average (LWMA)](./docs/LinearlyWeightedMovingAverage.md).
- [Moving Average Convergence Divergence (MACD)](./docs/MovingAverageConvergenceDivergence.md).
- [Pivot Point Levels (classic / woodie /camarilla / fibonacci)](./docs/PivotPointLevels.md).
- [Rate of Change (ROC)](./docs/RateofChange.md).
- [Relative Strength Index (RSI)](./docs/RelativeStrengthIndex.md).
- [Simple Moving Average (SMA)](./docs/SimpleMovingAverage.md).
- [Smoothed Moving Average (SMMA)](./docs/SmoothedMovingAverage.md).
- [SuperTrend MTF (ST MTF)](./docs/SuperTrend.md).
- [Stochastic Oscillator (KD)](./docs/StochasticOscillator.md).
- [Stochastic Rsi (KD)](./docs/StochasticRsi.md).
- [Wilder's Smoothed Moving Average (WEMA)](./docs/WildersSmoothedMovingAverage.md).
- [Welles Wilder's Smoothing Average (WWS)](./docs/WellesWildersSmoothingAverage.md).
- [Weighted moving average (WMA)](./docs/WeightedMovingAverage.md)
- [Parabolic Stop And Reverse (PSAR)](./docs/ParabolicStopAndReverse.md).
- Volume Profile (TBD)

## Candles
- Heiken Ashi.
Expand Down
Empty file added docs/AverageDirectionalIndex.md
Empty file.
Empty file added docs/AwesomeOscillator.md
Empty file.
Empty file added docs/BollingerBands.md
Empty file.
Empty file added docs/ChaikinOscillator.md
Empty file.
Empty file added docs/CommodityChannelIndex.md
Empty file.
Empty file added docs/ConnorsRSI.md
Empty file.
1 change: 1 addition & 0 deletions docs/DonchianChannels.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Empty file.
Empty file.
Empty file.
Empty file.
Empty file added docs/ParabolicStopAndReverse.md
Empty file.
Empty file added docs/PivotPointLevels.md
Empty file.
Empty file added docs/RateofChange.md
Empty file.
Empty file added docs/RelativeStrengthIndex.md
Empty file.
Empty file added docs/SimpleMovingAverage.md
Empty file.
Empty file added docs/SmoothedMovingAverage.md
Empty file.
Empty file added docs/StochasticOscillator.md
Empty file.
Empty file added docs/StochasticRsi.md
Empty file.
Empty file added docs/SuperTrend.md
Empty file.
Empty file added docs/WeightedMovingAverage.md
Empty file.
Empty file.
Empty file.

0 comments on commit a81aec3

Please sign in to comment.