Support Board
Date/Time: Sat, 19 Apr 2025 10:08:00 +0000
Post From: List of Basic Items Re: The Best Trading Platform in Existence
[2025-03-27 16:46:07] |
User431178 - Posts: 649 |
My current implementation leaves the study still working for a user when removing their name from that DLL if (sc.Index == 0 && sc.IsUserAllowedForSCDLLName == false) { sc.AddMessageToLog("Visit oursite.com to verify your access authorization.",1); return; } A question to point you in the right direction: What happens when sc.Index != 0? |