{% extends "global/Page.html" %} {% load otree static %} {% block title %} {# 平仓结算页面#} Closed Position Settlement Page {% endblock %} {% block content %}
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Asset_A | {{stock_1_net_amount_history.4}} | {{stock_1_net_amount_history.5}} | {{stock_1_net_amount_history.6}} | {{stock_1_net_amount_history.7}} | {{stock_1_net_amount_history.8}} | {{stock_1_net_amount_history.9}} | {{stock_1_net_amount_history.10}} | {{stock_1_net_amount_history.11}} | {{stock_1_net_amount_history.12}} | {{stock_1_net_amount_history.13}} | {{stock_1_net_amount_history.14}} | {{stock_1_net_amount_history.15}} | {{stock_1_net_amount_history.16}} | {{stock_1_net_amount_history.17}} |
| Asset_B | {{stock_2_net_amount_history.4}} | {{stock_2_net_amount_history.5}} | {{stock_2_net_amount_history.6}} | {{stock_2_net_amount_history.7}} | {{stock_2_net_amount_history.8}} | {{stock_2_net_amount_history.9}} | {{stock_2_net_amount_history.10}} | {{stock_2_net_amount_history.11}} | {{stock_2_net_amount_history.12}} | {{stock_2_net_amount_history.13}} | {{stock_2_net_amount_history.14}} | {{stock_2_net_amount_history.15}} | {{stock_2_net_amount_history.16}} | {{stock_2_net_amount_history.17}} |
| Asset_C | {{stock_3_net_amount_history.4}} | {{stock_3_net_amount_history.5}} | {{stock_3_net_amount_history.6}} | {{stock_3_net_amount_history.7}} | {{stock_3_net_amount_history.8}} | {{stock_3_net_amount_history.9}} | {{stock_3_net_amount_history.10}} | {{stock_3_net_amount_history.11}} | {{stock_3_net_amount_history.12}} | {{stock_3_net_amount_history.13}} | {{stock_3_net_amount_history.14}} | {{stock_3_net_amount_history.15}} | {{stock_3_net_amount_history.16}} | {{stock_3_net_amount_history.17}} |
| Asset_D | {{stock_4_net_amount_history.4}} | {{stock_4_net_amount_history.5}} | {{stock_4_net_amount_history.6}} | {{stock_4_net_amount_history.7}} | {{stock_4_net_amount_history.8}} | {{stock_4_net_amount_history.9}} | {{stock_4_net_amount_history.10}} | {{stock_4_net_amount_history.11}} | {{stock_4_net_amount_history.12}} | {{stock_4_net_amount_history.13}} | {{stock_4_net_amount_history.14}} | {{stock_4_net_amount_history.15}} | {{stock_4_net_amount_history.16}} | {{stock_4_net_amount_history.17}} |
| Asset_E | {{stock_5_net_amount_history.4}} | {{stock_5_net_amount_history.5}} | {{stock_5_net_amount_history.6}} | {{stock_5_net_amount_history.7}} | {{stock_5_net_amount_history.8}} | {{stock_5_net_amount_history.9}} | {{stock_5_net_amount_history.10}} | {{stock_5_net_amount_history.11}} | {{stock_5_net_amount_history.12}} | {{stock_5_net_amount_history.13}} | {{stock_5_net_amount_history.14}} | {{stock_5_net_amount_history.15}} | {{stock_5_net_amount_history.16}} | {{stock_5_net_amount_history.17}} |
| Asset_F | {{stock_6_net_amount_history.4}} | {{stock_6_net_amount_history.5}} | {{stock_6_net_amount_history.6}} | {{stock_6_net_amount_history.7}} | {{stock_6_net_amount_history.8}} | {{stock_6_net_amount_history.9}} | {{stock_6_net_amount_history.10}} | {{stock_6_net_amount_history.11}} | {{stock_6_net_amount_history.12}} | {{stock_6_net_amount_history.13}} | {{stock_6_net_amount_history.14}} | {{stock_6_net_amount_history.15}} | {{stock_6_net_amount_history.16}} | {{stock_6_net_amount_history.17}} |
This is the {{ round_number_4 }} round.
All positions have been sold, you have {{ money }} yuan experimental currency, In addition, you correctly estimated total {{forecast_times}} times. You will get additional {{ final_forecast }} yuan experimental currency.
You will get {{ rmb }} yuan RMB in total and will be paid after the experiment is over.
{#点击next结束游戏
#} {% next_button %} {% endblock %}