Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve strategies AI should analyze and decide trade plans #2

Open
vishwamartur opened this issue Nov 2, 2024 · 0 comments
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@vishwamartur
Copy link
Owner

No description provided.

@vishwamartur vishwamartur added enhancement New feature or request help wanted Extra attention is needed labels Nov 2, 2024
vishwamartur added a commit that referenced this issue Jan 5, 2025
Related to #2

Incorporate news data analysis into futures and options trading strategies.

* **Futures Strategy (`strategies/futures_strategy.py`)**
  - Import `NewsDataFetcher` from `data/news_data_fetcher.py`.
  - Initialize `NewsDataFetcher` in the `__init__` method.
  - Add `_analyze_news_data` method to analyze news data.
  - Update `generate_signal` method to incorporate news data analysis.

* **Options Strategy (`strategies/options_strategy.py`)**
  - Import `NewsDataFetcher` from `data/news_data_fetcher.py`.
  - Initialize `NewsDataFetcher` in the `__init__` method.
  - Add `_analyze_news_data` method to analyze news data.
  - Update `generate_signal` method to incorporate news data analysis.
vishwamartur added a commit that referenced this issue Jan 5, 2025
Related to #2

Incorporate news data analysis into futures and options trading
strategies.

* **Futures Strategy (`strategies/futures_strategy.py`)**
  - Import `NewsDataFetcher` from `data/news_data_fetcher.py`.
  - Initialize `NewsDataFetcher` in the `__init__` method.
  - Add `_analyze_news_data` method to analyze news data.
  - Update `generate_signal` method to incorporate news data analysis.

* **Options Strategy (`strategies/options_strategy.py`)**
  - Import `NewsDataFetcher` from `data/news_data_fetcher.py`.
  - Initialize `NewsDataFetcher` in the `__init__` method.
  - Add `_analyze_news_data` method to analyze news data.
  - Update `generate_signal` method to incorporate news data analysis.



<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Enhanced trading strategies by integrating news data sentiment
analysis
- Added news data processing to futures and options trading signal
generation
- Incorporated news sentiment scores into overall trading
decision-making process

- **Improvements**
	- Expanded information sources for trading signals
	- Implemented news data analysis method in both strategy classes

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant