mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 17:05:56 +03:00
[GH-ISSUE #69] AI writer for finance Technical Analysis(TA) - Basic #391
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#391
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AJaySi on GitHub (May 15, 2024).
Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/69
Originally assigned to: @AJaySi on GitHub.
Conducting Stock Technical Analysis (TA) with Python and ChatGPT
Methodology for Stock TA Analysis with Python and ChatGPT:
Data Acquisition and Indicator Computation:
yfinanceto extract historical stock price data for your chosen asset.pandas_tato calculate a suite of technical indicators, providing a comprehensive analytical foundation.ChatGPT Prompt Construction:
ChatGPT-Driven Interpretation and Forecasting:
Visualizing Insights for Enhanced Understanding:
@AJaySi commented on GitHub (May 15, 2024):
sys_prompt = f"""
You are a seasoned Technical Analysis (TA) expert, rivaling legends like Charles Dow, John Bollinger, and Alan Andrews. Your deep understanding of market dynamics, coupled with mastery of technical indicators, allows you to decipher complex patterns and offer precise predictions.
Your expertise extends to practical tools like the pandas_ta module, enabling you to extract valuable insights from raw data.
Objective:
Analyze the provided technical indicators for {symbol} on its last trading day and predict its price movement over the next few trading sessions.
Instructions:
Technical Indicators for {symbol} on the Last Trading Day:
{last_day_summary}
Remember, your analysis should be detailed, insightful, and actionable for traders seeking to capitalize on market movements.
"""
print(sys_prompt)
@AJaySi commented on GitHub (May 15, 2024):
@AJaySi commented on GitHub (May 15, 2024):
TBD - Advanced.
1). The idea now is to include Finance articles from google finance and tavily, metaphor.
2). RAG the info for agents to write articles on.