{% extends "global/Page.html" %} {% load otree static %} {% block title %} Practice period closing settlement page {% endblock %} {% block content %}
{#表格内容——乔治#}

The number is:

Historical transaction volume (Historical transaction price)

  -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元。

#}

All positions have been sold, and you have {{ money }} yuan experimental currency. After entering the formal experiment, the initial cash will be reset back to 10000 yuan.

Click "next" to enter the formal experiment

{% next_button %} {% endblock %}