Description: The price of the stock will over time in a certain range, for each stock, investors need to three report: the current price of stock Stock price statistics analysis report (the lowest price, maximum price, average price) Stock price trend prediction (recommended moving average prediction method). According to actual condition, also may need to increase the other types of reports. Tip: share price changes with Random simulation: Java. Util. Random. Code using spectator mode, write the stock market program, when the stock price changes, realize all kinds of report of updates.
To Search:
File list (Check if you may need any files):
Observer
........\Application.java
........\DisplayReport.java
........\Observer.java
........\PriceForecast.java
........\PriceNow.java
........\PriceStatistics.java
........\Stock.java
........\Subject.java