Inserting a candlestick chart
Candlestick charts are used to show gains and losses in stock prices (or other value-based indices) and volumes over time.
About this task
To insert a candlestick chart:
Procedure
- Double-click the Candlestick Chart object
in the Layouts palette of the Palette view.
The Candlestick Chart Wizard opens.
- In the All Data Sources tree, navigate
to the table or query that will be run to obtain the layout object's
query result set and click Next.
The Select options for a candlestick chart page opens.
- In the Trading interval drop-down
list, select the trading interval over which the stock values are
to be charted. Select an interval from the drop-down list of available choices that includes a second, minute, hour, day, week, month or year.
- In the Date drop-down list, select the name of the data column in your query result set that contains the trading date.
- In the Open drop-down list, select the name of the data column in your query result set that will contain the stock's open price on each date.
- In the Close drop-down list, select the name of the data column in your query result set that will contain the stock's close price on each date.
- Select the Show high price check box to display the high price for the stock.
- In the High drop-down list, select the name of the data column in your query result set that will contain the stocks high price on each date.
- Select the Show low price check box to display the low price for the stock.
- In the Low drop-down list, select the name of the data column in your query result set that will contain the stock's low price on each date.
- Select the Show volume of trading check box to display the volume of trading for each stock.
- In the Volume drop-down list, select the name of the data column in your query result set that will contain the volume that the stock traded on each date.
- Click Finish. The Candlestick Chart Wizard closes and the chart is displayed in the editor window.