Support Board
Date/Time: Sun, 14 Sep 2025 11:31:26 +0000
Post From: Buy Alert is trigerred accurately via spreadsheet but not via ASCIL
[2022-09-29 08:09:33] |
User431178 - Posts: 774 |
Change this int status = sc.GetBarHasClosedStatus(sc.UpdateStartIndex);
to int status = sc.GetBarHasClosedStatus();
|