Consider an investor trading on a stock market. At any given moment he can:
- Buy a stock (if doesn't have one)
- Sell a stock (if he does have one)
- Do nothing
At any given time $T$ (where $T=0,1,...,100$) he either buys/sells a stock for price $P$ with probability ($Pr=.5$) or does nothing ($Pr=.5$). Sample table looks like:
Time Price
==================
0 100
1 90
2 120
3 115
The investor chooses randomly. How do I calculate the expected value of his total profits? Any suggestions? I guess I need to use decision trees but don't know how to start.
If you read this as saying that
then, using linearity of expectation, the expected value of the profits is half the change in the stock price from the initial price to the current price,
This is the same expected value as buying $\frac12$ stock at the beginning and holding it through the whole process: random buying and selling simply increases the uncertainty