Support Board
Date/Time: Sun, 24 Nov 2024 21:24:27 +0000
Post From: Idea for Pseudo Millisecond support
[2013-11-30 17:44:46] |
Hendrixon - Posts: 130 |
1. New ACSIL SCDateTime member that will store the latest trade's data feed time stamp down to the millisecond. With this single bit of info, any programmer can store an array in their code (for example for any new bar open or the latest 10 trades) for the things they need to do. * Obviously this member will be populated only in real time when connected to the data feed. * Programmers can choose to store this data themselves in a file if they want it for future back testing. 2. Add millisecond section to sc.CurrentSystemDateTime. Any simple script (even a CMD prompt) can retrieve current system time with millisecond granularity. Adding it here will simply make it accessible inside the ACSIL studies code. Both those things will have zero performance impact on Sierra and with some creative programming would answer many of our needs. Please consider them. |