> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/minara-handbook/zh/gong-zuo-liu/how-to-run-analysis-on-a-schedule.md).

# 定时分析

无论是每周的市场健康检查、每月的投资组合回顾，还是定期的策略评估，这个工作流都能让你持续掌握最新动态。

### 最佳实践

* 选择一个合理的频率。避免不必要的高频检查，以节省额度。
* 清楚地指定 **主题（例如资产**, **指标**以及 **指标）** 你希望在分析中包含的内容。
* 使用一致的日程安排模式（例如，每周五上午9点），以便更容易追踪。
* 对于较长的分析报告，建议使用电子邮件；对于较短的消息，Telegram 更合适。

### 示例提示

1. **每周市场健康检查**：每周五上午10:00，分析全球加密货币市值趋势、BTC/ETH 主导地位以及头部 DeFi 协议活动。
2. **每月资产表现回顾**：每月1日上午9:00，拉取 BTC、ETH、SOL 以及我其他主要持仓的30天价格变化、交易量和链上活动。
3. **长期目标跟踪**：每周五上午8:00，使用牛市和熊市的所有顶级指标评估市场，并将摘要发送到我的电子邮件。
4. **生态系统监测**：每周一上午11:00，按每日钱包交互增长情况审查 Solana 最活跃的前10个项目。
5. **板块轮动信号**：每两周比较 L1、L2 和 DeFi 代币的表现，并建议再平衡策略。
6. **股票与宏观摘要**：每周一上午，总结 NVDA、AAPL、TSLA、AMZN 和 MSFT 上一周的表现，以及任何重大的宏观动态。
7. **黄金与大宗商品监测**：每周三，获取黄金（XAU）价格、原油价格，以及影响大宗商品市场的任何宏观驱动因素。

### 未来发展

* 与更多 **数据源集成** 以实现更丰富的多领域分析。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://minara.ai/docs/minara-handbook/zh/gong-zuo-liu/how-to-run-analysis-on-a-schedule.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
