This menu aims to perform a technical analysis on a pre-loaded ticker chart, and the usage of the following commands along with an example will be exploited below.
- cci
- commodity channel index
- macd
- moving average convergence/divergence
- rsi
- relative strength index
- stoch
- stochastic oscillator
- bbands
- bollinger bands
S/O to https://github.com/twopirllc/pandas-ta Owing to this library, it is fairly easy to add other technical indicators. So, let me know if there's any that you would like. Personally I use mostly these ones, hence why I didn't add more.
usage: ema [-l N_LENGTH] [-o N_OFFSET]
usage: sma [-l L_LENGTH] [-o N_OFFSET]
usage: vwap [-o N_OFFSET]
usage: cci [-l N_LENGTH] [-s N_SCALAR] [-o N_OFFSET]
usage: macd [-f N_FAST] [-s N_SLOW] [--signal N_SIGNAL] [-o N_OFFSET]
usage: rsi [-l N_LENGTH] [-s N_SCALAR] [-d N_DRIFT] [-o N_OFFSET]
usage: stoch [-k N_FASTKPERIOD] [-d N_SLOWDPERIOD] [--slowkperiod N_SLOWKPERIOD] [-o N_OFFSET]
usage: adx [-l N_LENGTH] [-s N_SCALAR] [-d N_DRIFT] [-o N_OFFSET]
usage: aroon [-l N_LENGTH] [-s N_SCALAR] [-o N_OFFSET]
usage: bbands [-h] [-l N_LENGTH] [-s N_STD] [-m S_MAMODE] [-o N_OFFSET]
usage: ad [-o N_OFFSET] [--open]
usage: obv [-o N_OFFSET]