{{ extends 'global/Page.html' }} {{ block title }}{{ set }}{{ endblock }} {{ block content }}

Instruction Details


{{ if description == "cont5" }} In this set you will see the price update screen and probability estimation screen every period. However, you will see the trading decision screen and the information screen only every fifth period. {{ elif description == "cont1" }} In this set you will see the price update screen, the probability estimation screen, the trading decision screen and the information screen every period. {{ else }} In this set you will see the price update screen, the probability estimation screen, the trading decision screen and the information screen only every fifth period. However, the price change represents the aggregated price change over these five periods. {{ endif }}


{{ next_button }} {{ endblock }}