{{ block title }} Part 2 {{ endblock }} {{ block content }}
| Part 1 |
{{if player.buy_sell == 1}}
You bought the stock.
{{else}}
You short sold the stock.
{{endif}}
|
|---|
| Part 2 | Before receiving information | After receiving information | ||||
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | ||
| Ball's color | - |
{{if player.color1 == 'b'}} |
{{if player.color2 == 'b'}} |
{{if player.color3 == 'b'}} |
{{if player.color4 == 'b'}} |
{{if player.color5 == 'b'}} |
| Price on day 240 >100 points | {{player.prob_high0}} | {{player.prob_high1}} | {{player.prob_high2}} | {{player.prob_high3}} | {{player.prob_high4}} | |
| Price on day 240 <100 points | {{player.prob_low0}} | {{player.prob_low1}} | {{player.prob_low2}} | {{player.prob_low3}} | {{player.prob_low4}} | |
{{ next_button }}