Support Board
Date/Time: Sun, 24 Nov 2024 07:29:36 +0000
Post From: Subscribing to DTN symbols
[2013-10-04 09:41:52] |
Sierra Chart Engineering - Posts: 104368 |
We apologize for the delay. Things have been very busy for us. Here is the example: // Get the daily high price for another symbol. The first time this // function is called after connecting to the data feed, the symbol data // will not be available initially. Once the data becomes available, when // this function is called after, the symbol data will be available. If // this study is used on a chart for a symbol which does not frequently // update, then it will be a good idea to set sc.UpdateAlways = 1. const char * Symbol = "ABC"; s_SCBasicSymbolData BasicSymbolData; sc.GetBasicSymbolData(Symbol,BasicSymbolData, true); float DailyHigh = BasicSymbolData.High; Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing Date Time Of Last Edit: 2013-10-04 09:48:16
|