{% extends "global/Page.html" %} {% load otree %} {% block title %}The Experiment{% endblock %} {% block content %}

In this experiment, you will take on the role of a financial analyst. Today’s task is to examine a set of graphs of the last 100 periods of a stock’s price and to predict the interval within which the next price will occur.

The prices will look like this:





To get information on an individual time period’s price, hover over with the cursor on a point on the graph, a point is represented by a circle.

Each price series has been generated using a formula that involves some randomness.

{% endblock %}