Support Board
Date/Time: Thu, 13 Mar 2025 01:37:25 +0000
Post From: How to access sc.BaseData data from an additional symbol in ASCIL?
[2022-05-30 16:17:39] |
BenjFlame - Posts: 335 |
Thank you for your answer. I was able indeed to access the info I needed within my example. However, I was not able to get it with sc.GetStudyArraysFromChartUsingID(). It asks to specify a study ID, but since I want all the arrays, what am I supposed to indicate? There are some sub studies that come with the imported symbol, which I can see from the interface, but it does not contain the ones I want. So how can I get from a single operation, let's say: sc.BaseData[SC_BIDNT] or sc.NumberOfBidTrades c.BaseData[SC_NUM_TRADES] or sc.NumberOfTrades[] sc.BaseData[SC_BIDVOL] or sc.BidVolume[] ? |