Login Page - Create Account

Support Board


Date/Time: Wed, 30 Apr 2025 20:32:36 +0000



Post From: List of Basic Items Re: The Best Trading Platform in Existence

[2025-03-27 16:46:07]
User431178 - Posts: 656

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?