- SAP BusinessObjects Dashboards 4.1 Cookbook
- David Lai Xavier Hacking
- 484字
- 2021-07-23 19:44:05
Using an OHLC chart and a candlestick chart
The OHLC chart and candlestick chart are both designed to show the movement of a stock price over time. OHLC stands for Open, High, Low, and Close. These four stock price values are illustrated for each time unit.
Both components work in exactly the same way, so you can use both the OHLC chart component and the candlestick chart component for this recipe. The only difference between them is the graphical visualization. The following screenshot displays an OHLC chart:

Getting ready
For this recipe, we need some historical stock data. Open your browser and go to http://www.nasdaq.com/ and look for historical quotes on the SAP AG stock as shown in the following screenshot:

Select a timeframe of one month and copy and paste the quotes to the spreadsheet of a new SAP BusinessObjects Dashboards file, as shown in the following screenshot:

How to do it...
- First, prepare the data in the spreadsheet. It is now sorted from new to old quotes. As the OHLC Chart component does not enable sorting (see the recipe, Sorting series, later in this chapter) we have to sort the data ourselves in the spreadsheet. Start by selecting all the cells you just pasted into the spreadsheet.
- Sort this selection by using the Sort & Filter function in the Editing section of the Home tab of the spreadsheet toolbar. Choose the Sort Oldest to Newest option:
- Add an OHLC Chart component to the canvas.
- Enter a chart title and subtitle, or bind these fields to cells in the spreadsheet.
- Bind the data By Range to the range of cells that include all values in the Open, High, Low, and Close columns.
- Select By Series and enter
SAP
in the Series Name field. - In the dataset we copied from the NASDAQ website and pasted to the spreadsheet, the dates are in the first column. Bind the Category Labels field to the cells in the Date column:
How it works...
- The OHLC chart we just created works as follows: the vertical lines show the price range (from the highest to the lowest value) of a stock for each day. The little mark on the left of these vertical lines indicates the opening price. The little mark on the right indicates the closing price. In addition to this, a line with a set of marks has a dark color if the closing price is lower than the opening price and a light color if the closing price is higher than the opening price as seen in the following screenshot:
- The candlestick chart shows exactly the same data as the OHLC chart. In the candlestick chart a rectangle is used to illustrate the opening and closing prices. If this rectangle is transparent, the closing price is higher than the opening price, and if it's filled the closing price is lower as seen in the following screenshot:
- Oracle從入門到精通(第3版)
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- 工程軟件開發技術基礎
- 數據結構(Java語言描述)
- Android 7編程入門經典:使用Android Studio 2(第4版)
- 機械工程師Python編程:入門、實戰與進階
- Java編程的邏輯
- 零基礎學C語言第2版
- PyQt編程快速上手
- 零基礎學C++(升級版)
- Mastering JavaScript
- Clojure High Performance Programming(Second Edition)
- SQL Server 2008實用教程(第3版)
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- PHP從入門到精通(第7版)