LICENSE
README.md
pyproject.toml
./stonkzilla/__init__.py
./stonkzilla/config.yaml
./stonkzilla/main.py
./stonkzilla/cli/__init__.py
./stonkzilla/cli/config_model.py
./stonkzilla/cli/exceptions.py
./stonkzilla/cli/options.py
./stonkzilla/cli/run_handler.py
./stonkzilla/cli/services.py
./stonkzilla/data_sources/__init__.py
./stonkzilla/data_sources/alphavantage.py
./stonkzilla/data_sources/base_source.py
./stonkzilla/data_sources/yfinance.py
./stonkzilla/indicators/__init__.py
./stonkzilla/indicators/adx.py
./stonkzilla/indicators/base_indicator.py
./stonkzilla/indicators/bbands.py
./stonkzilla/indicators/ema.py
./stonkzilla/indicators/fibonacci_retracement.py
./stonkzilla/indicators/macd.py
./stonkzilla/indicators/obv.py
./stonkzilla/indicators/rsi.py
./stonkzilla/indicators/sma.py
./stonkzilla/plots/__init__.py
./stonkzilla/plots/candlestick_plotter.py
./stonkzilla/plots/multi_plotter.py
./stonkzilla/plots/plot_methods.py
./stonkzilla/plots/plotter.py
STONKZILLA.egg-info/PKG-INFO
STONKZILLA.egg-info/SOURCES.txt
STONKZILLA.egg-info/dependency_links.txt
STONKZILLA.egg-info/entry_points.txt
STONKZILLA.egg-info/requires.txt
STONKZILLA.egg-info/top_level.txt
stonkzilla/__init__.py
stonkzilla/config.yaml
stonkzilla/main.py
stonkzilla/cli/__init__.py
stonkzilla/cli/config_model.py
stonkzilla/cli/exceptions.py
stonkzilla/cli/options.py
stonkzilla/cli/run_handler.py
stonkzilla/cli/services.py
stonkzilla/data_sources/__init__.py
stonkzilla/data_sources/alphavantage.py
stonkzilla/data_sources/base_source.py
stonkzilla/data_sources/yfinance.py
stonkzilla/indicators/__init__.py
stonkzilla/indicators/adx.py
stonkzilla/indicators/base_indicator.py
stonkzilla/indicators/bbands.py
stonkzilla/indicators/ema.py
stonkzilla/indicators/fibonacci_retracement.py
stonkzilla/indicators/macd.py
stonkzilla/indicators/obv.py
stonkzilla/indicators/rsi.py
stonkzilla/indicators/sma.py
stonkzilla/plots/__init__.py
stonkzilla/plots/candlestick_plotter.py
stonkzilla/plots/multi_plotter.py
stonkzilla/plots/plot_methods.py
stonkzilla/plots/plotter.py