跳转至

账户和市场数据

本指南涵盖通过 AI 代理查询账户信息、品种、图表周期和算法元数据的提示。

列出账户

检索链接到 cTrader ID 的所有交易账户。

List all accounts linked to my cTrader ID.
Show me my trading accounts and their details.

如果您的 cTID 在多个经纪商处拥有相同账号的账户,请指定经纪商以避免歧义。

List accounts for broker Spotware under my cTrader ID.

列出品种

查看特定账户上可用的所有交易品种。

What symbols are available on account 1234567?
Show me all available trading symbols.

列出图表周期

查看算法可以运行的所有图表周期。

What chart periods are available?

代理返回支持的周期完整列表(例如 m1、m5、m15、m30、h1、h4、Daily、Weekly、Monthly)。

检查算法元数据

在运行或回测 cBot 之前,您可以检查其元数据以了解其参数和要求。

Show me the metadata for C:\test\RSI_cBot.algo.

代理返回:

  • 名称 – cBot 或指标名称。
  • 类型 – 是 cBot 还是指标。
  • 访问权限 – 算法所需的权限级别。
  • 构建时间 – 算法编译的时间。
  • 参数 – 所有可配置参数的列表,包括其名称、类型、默认值和约束。

使用元数据准备运行

Show me the parameters for C:\test\mycbot.algo so I know what 
I can customise before running it.
What access rights does C:\test\mycbot.algo require? Do I need to 
grant full access?