Support Board
Date/Time: Sat, 10 May 2025 11:13:05 +0000
Post From: s_SCTradeOrder
[2013-07-17 09:48:52] |
|
This is supported. You just need to assign s_SCTradeOrder::EntryDateTime or LastActivityTime to a SCDateTimeMS type. Example: //When working with milliseconds it is necessary to define variables of type SCDateTimeMS SCDateTimeMS DateTimeMS; // Get the milliseconds for the current bar. Usually this will be 0. This is only an example of how to do it. DateTimeMS = sc.BaseDateTimeIn[sc.Index]; int MilliSecond = DateTimeMS.GetMilliSecond(); 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 |