Support Board
Date/Time: Mon, 25 Nov 2024 23:43:48 +0000
Post From: ACSIL - Access last "N" trades
[2014-03-04 00:52:19] |
ejtrader - Posts: 688 |
SC Team - at present to access last "N" trades( N <= 1000 ) - we can process them using T&S records. But this works only during realtime. Is there any possibility of accessing the last "N" trades even for historical data irrespective of the chart type. Technically they are likely to be part of any number of bars(>=1) depending on the bar type used. Wanted to access this information only when a specific condition is met rather than using "rolling" mode to constantly calculate this data to avoid excessive resource usage. I can think of using another 1 tick chart for this but wanted to avoid using second chart if possible. Any internal arrays can be used for this or other methods? Thanks Date Time Of Last Edit: 2014-03-07 17:41:14
|