Support Board
Date/Time: Tue, 21 Jan 2025 00:59:34 +0000
Post From: typo in ACSIL documentation ?
[2018-07-07 19:57:08] |
wwwingman - Posts: 185 |
Hi I believe there is a small typo in the ACSIL documentation sc.GetTradingDayDate() Currently : SCDateTime TradingDayDate = sc.GetTradingDayDate(sc.BaseDataDateTimeIn[sc.Index]);
Should be :SCDateTime TradingDayDate = sc.GetTradingDayDate(sc.BaseDateTimeIn[sc.Index]);
-- W |