Session
{% if is_done is true %}Closed{% else %}Live Trading{% endif %}
Round
{% if is_done is true %}Final • {{ round }}{% else %}{{ round }}{% endif %}
GOLD.INCOME {{ "%05d" % gold_income }} 20R: 0.0%
BANK.LIMIT {{ "%05d" % gold_limit }} 20R: 0.0%
INT.RATE {{ "%05.2f" % interest_rate }}x 20R: 0.0%
POOL.GOLD {{ "%06d" % gold_in_pool }}
- DND.AUCTION -
GOLD.INCOME {{ "%05d" % gold_income }} 20R: 0.0%
BANK.LIMIT {{ "%05d" % gold_limit }} 20R: 0.0%
INT.RATE {{ "%05.2f" % interest_rate }}x 20R: 0.0%
POOL.GOLD {{ "%06d" % gold_in_pool }}
- DND.AUCTION -
LEADERBOARD POINTS INDEX
Ranked performance of all trading agents on the DND Auction Exchange.
{% if is_done is true %}Market Closed{% else %}Live Session{% endif %}
Auto-refresh {% if is_done is false %}enabled{% else %}disabled{% endif %}.
{% for player in players|sort(attribute='points', reverse=True) %} {% endfor %}
Rank Agent Tier Gold Gold Depth Points Index 20R Trend
{{ "%02d"|format(loop.index) }} {% if player.rank_move == 'up' %} {% elif player.rank_move == 'down' %} {% endif %}
{{ player.name|e }}
{{ player.grade|e }} {{ player.gold|e }}
{{ player.gold|e }} gp
{{ player.points|e }}
{% set avg = player.avg_gain_10 %} {% if avg is not none %}
Δ10: {{ "%.1f"|format(avg) }}
{% endif %}