{% extends "base.html" %} {% block title %}编辑策略 - {{ strategy.name }} - 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 %}