{% set mf = money_fmt|default(funds_fmt) %} {% macro amt_disp(sym, val) %}{% if amt_fmt is defined %}{{ amt_fmt(sym, val) }}{% else %}{{ val }}{% endif %}{% endmacro %} {% include 'strategy_subnav.html' %}
| # | 补仓触发价 | 该档张数 |
|---|---|---|
| {{ row.i }} | {{ price_fmt(trend_preview.symbol, row.price) }} | {{ amt_disp(trend_preview.symbol, row.contracts) }} |