DDE Links to Excel |
DescriptionRealtime symbol data may be accessed from other applications (such as Excel) via Dynamic Data Exchange (DDE) or Real Time Data (RTD). Both these mechanisms provide access to the same information, but RTD is a newer protocol that offers several advantages over DDE, including more flexibility and better performance and reliability. Please note
Creating DDE links from windowsHighlight the areas you would like to have updated in Excel from the Market window, Composite window or Orderbook. From the main menu select Edit | Copy DDE Link, or just select CTRL+E after you have selected the area.
Select Edit | Paste in Excel. Now you have a link to live data in Excel. Embedding DDE formulas in ExcelThe DDE formula has the following format in Excel: =ontrade|quote!'Symbol&Feed.Field[Level]'
Note that in a DDE formula, the parameters may not contain cell references. For more flexible formulas that does allow cell formulas, use RTD links instead. Sample DDE formulas=ontrade|quote!'ERIC B&SSE.last' =ontrade|quote!'NHY&OSS.changepct' =ontrade|quote!'NOK1V&HSS.turnover'
Note: DDE is supported in all Excel versions. If you have Excel 2002 or later, consider using RTD links instead. |