I need help with this problem.
1. Research stock company of your choice: I chose Apple company.
-Determine mean price and standard deviation
-Use randn to predict stock prices over the next year
2. Develop Stock Trading Algorithm to determine when to buy, when to sell, how many shares to buy/sell on each day
3. Each time you buy or sell stocks is subject to a 3% commission fee or $40 fee, whichever is higher
4. Model algorithm over a 1-year period (250 trading days)
5. Determine the expected average profit, minimum profit, maximum profit, and standard deviation for that 250-day period
6. Re-run your algorithm for the 250 days at least 10 times. Calculate the average profit for the 10 realizations (the average of each of the 250-day average profits), the standard deviation of the 10 realizations, the maximum profit, and the minimum profit.
7. Be sure to use comments (%) in your code to explain what each step is supposed to accomplish (helps with partial credit!)