H
Hmmm...
I need to create a charting application that works in the following way:
1. User enters a date range, and enters the ticker for a stock symbol.
2. Application uses the date range and symbol to access a database.
3. Application displays a list of convertible bonds corresponding to the
stock symbol.
4. User selects up to 6 convertible bonds to plot.
3. Application accesses the database again, and displays a graph that plots
the stock price changes during the date range. The plot is a simple line
showing stock price vs. time.
4. Application displays Buy/sell/hold recommendation for each selected
convertible bond by placing symbols on the line graph showing the time the
recommendations were made or changed.
5. Application shows a legend that lists details for each
Buy/Sell/Underperform recommendation for each selected convertible bond.
The line plot of the stock price against time is a no brainer. Placing
symbols on that graph is the part I am not sure about. Thanks in advance
for any information or suggestions.
1. User enters a date range, and enters the ticker for a stock symbol.
2. Application uses the date range and symbol to access a database.
3. Application displays a list of convertible bonds corresponding to the
stock symbol.
4. User selects up to 6 convertible bonds to plot.
3. Application accesses the database again, and displays a graph that plots
the stock price changes during the date range. The plot is a simple line
showing stock price vs. time.
4. Application displays Buy/sell/hold recommendation for each selected
convertible bond by placing symbols on the line graph showing the time the
recommendations were made or changed.
5. Application shows a legend that lists details for each
Buy/Sell/Underperform recommendation for each selected convertible bond.
The line plot of the stock price against time is a no brainer. Placing
symbols on that graph is the part I am not sure about. Thanks in advance
for any information or suggestions.