{% extends "base.html" %} {% block title %}创建策略 - AgomTradePro{% endblock %} {% block content %}

📋 基本信息

🛡️ 风控参数

%
%
%(可选)

🎯 仓位规则

{% include "strategy/components/position_rule_editor.html" %}

📐 规则配置

{% include "strategy/components/rule_editor.html" %}

💻 脚本配置

{% include "strategy/components/script_editor.html" %}

🤖 AI配置

{% include "strategy/components/ai_config_editor.html" %}
{% endblock %}