{% extends "base.html" %} {% load static %} {% block title %}创建 Alpha 触发器 - AgomTradePro{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% include "components/json_assistant_assets.html" %}

创建 Alpha 触发器

配置可证伪的 Alpha 信号触发条件

{% if current_regime %}
{{ current_regime.dominant_regime|default:"未知" }}
{% endif %} {% if current_policy %}
Policy {{ current_policy.current_level|default:"-" }}
{% endif %}
{% if error %}
{{ error }}
{% endif %}
🤖

AI 触发器助手

基本信息

触发条件 (JSON)

定义触发条件的数据结构
{% include "components/json_assistant.html" with textarea_id="triggerCondition" enable_builder=False %}
💡 支持任意 JSON 结构,评估时使用该条件判断是否触发

证伪条件

当满足这些条件时,触发器将被证伪

投资论点

描述触发该信号的投资逻辑

关联选项(可选)

{% endblock %}