{% extends "global/Page.html" %} {% load otree static %} {% block title %} 练习期平仓结算页面 {% endblock %} {% block content %}
{#表格内容——乔治#}

数字为:历史交易量(历史交易价格)

  -3 -2 -1 0
Asset_A {{stock_1_net_amount_history.0}} {{stock_1_net_amount_history.1}} {{stock_1_net_amount_history.2}} {{stock_1_net_amount_history.3}}
Asset_B {{stock_2_net_amount_history.0}} {{stock_2_net_amount_history.1}} {{stock_2_net_amount_history.2}} {{stock_2_net_amount_history.3}}
Asset_C {{stock_3_net_amount_history.0}} {{stock_3_net_amount_history.1}} {{stock_3_net_amount_history.2}} {{stock_3_net_amount_history.3}}
Asset_D {{stock_4_net_amount_history.0}} {{stock_4_net_amount_history.1}} {{stock_4_net_amount_history.2}} {{stock_4_net_amount_history.3}}
Asset_E {{stock_5_net_amount_history.0}} {{stock_5_net_amount_history.1}} {{stock_5_net_amount_history.2}} {{stock_5_net_amount_history.3}}
Asset_F {{stock_6_net_amount_history.0}} {{stock_6_net_amount_history.1}} {{stock_6_net_amount_history.2}} {{stock_6_net_amount_history.3}}

所有持仓已出售,你有{{ money }}元实验币,进入正式游戏后,初始资金将复位回10000元。

点击next进入正式实验

{% next_button %} {% endblock %}