- API Key Required: To use the analysis features, you must provide a valid API Key from a supported LLM provider (Gemini, OpenAI, or Doubao).
- For Gemini, you can get a key from Google AI Studio.
- Local Storage: Your API keys and form data are stored locally in your browser's
localStorage. Clearing your browser cache will remove these settings. - AI Generation: The analysis results are generated by Artificial Intelligence. While helpful, they may contain errors or hallucinations. Always verify with your own research.
-
Clone the repository
git clone <repository-url> cd TraderAnalyzeWebsite
-
Install dependencies Ensure you have Node.js installed, then run:
npm install
-
Start the development server
npm run dev
The application will be available at
http://localhost:5173(or the port shown in your terminal).
-
Configure API Key:
- Upon first launch, navigate to the Settings page.
- Select your preferred LLM Provider (e.g., Gemini).
- Enter your API Key and Model name.
- Click Save.
-
Run Analysis:
- Go to the Home page.
- Select the Analysis Type: "Options" or "Underlying" (Stock).
- Enter the required market data:
- Ticker: Stock symbol (e.g., AAPL).
- Price: Current market price.
- Technical Indicators: Support, Resistance, RSI, MACD.
- Options Specific: If "Options" is selected, enter IV Rank and HV Rank.
- Click Run Analysis.
-
Review Results:
- The AI will generate a detailed analysis including market sentiment, strategy recommendations, and risk factors.
This project is for educational and research purposes only. The content generated by this application does not constitute financial advice, investment recommendations, or an offer to buy or sell any securities. Trading stocks and options involves significant risk and is not suitable for everyone. The developers of this project are not responsible for any financial losses incurred from using this tool.
- 需要 API Key:为了使用分析功能,您必须提供支持的 LLM 提供商(Gemini, OpenAI, 或 豆包)的有效 API Key。
- 对于 Gemini,您可以从 Google AI Studio 获取密钥。
- 本地存储:您的 API Key 和表单数据存储在浏览器的
localStorage中。清除浏览器缓存将删除这些设置。 - AI 生成:分析结果由人工智能生成。虽然具有参考价值,但可能包含错误或幻觉。请务必结合您自己的研究进行验证。
-
克隆仓库
git clone <repository-url> cd TraderAnalyzeWebsite
-
安装依赖 确保您已安装 Node.js,然后运行:
npm install
-
启动开发服务器
npm run dev
应用将在
http://localhost:5173(或终端中显示的端口)上运行。
-
配置 API Key:
- 首次启动后,请前往 设置 (Settings) 页面。
- 选择您偏好的 LLM 提供商(例如 Gemini)。
- 输入您的 API Key 和模型名称。
- 点击保存。
-
运行分析:
- 前往 主页 (Home)。
- 选择 分析类型:"期权 (Options)" 或 "正股 (Underlying)"。
- 输入所需的市场数据:
- 代码 (Ticker):股票代码(例如 AAPL)。
- 价格 (Price):当前市场价格。
- 技术指标:支撑位 (Support)、阻力位 (Resistance)、RSI、MACD。
- 期权特定:如果选择了"期权",还需要输入 IV Rank 和 HV Rank。
- 点击 运行分析 (Run Analysis)。
-
查看结果:
- AI 将生成详细的分析报告,包括市场情绪、策略建议和风险因素。
本项目仅供教育和研究目的使用。本应用生成的内容不构成财务建议、投资推荐,也不构成买卖任何证券的要约。股票和期权交易涉及重大风险,并不适合所有人。本项目开发者不对因使用本工具而造成的任何财务损失负责。