{% extends "base.html" %} {% load static %} {% block title %}趋势滤波器 - AgomTradePro{% endblock %} {% block content %} {% if error %}
错误: {{ error }}
{% endif %} {% if chart_data %}

{{ current_indicator }} - {% if current_filter_type == 'hp' %}HP 滤波{% else %}Kalman 滤波{% endif %}

{{ current_filter_type|upper }}

周期分量

{% if current_filter_type == 'kalman' %}

趋势斜率

{% endif %}
{% else %}
📈
暂无滤波数据
点击"应用"按钮计算滤波结果
{% endif %} {% load static %} {% endblock %}