Enhancement: Add RSI and MACD technical indicators #11#36
Conversation
Update repo from bratergit
This commit extends the `B3Data` module to include the calculation of Relative Strength Index (RSI) and Moving Average Convergence Divergence (MACD) indicators for the fetched stock data. - Adds `pandas-ta` as a new dependency. - Implements a `calculate_indicators` method in the `B3Data` class to compute the RSI and MACD. - Updates the `get_stock_data` method to include the new indicators in the returned DataFrame. - Modifies the test suite to verify the presence of the new indicator columns.
|
@adalbertobrant , please review and fix: Run flake8 |
@bratergit just pull