Login Page - Create Account

Support Board


Date/Time: Mon, 02 Jun 2025 14:08:14 +0000



Post From: Some users seeing different custom study results in shared chartbook

[2025-05-21 15:29:36]
User380582 - Posts: 8
Thanks. I am just using a copy of your source code for Volume at price threshold alert V2 and adding the permission check. This shouldnt cause problems right? So you would say its the data feed, even though we use Edit - Translate Symbol to Current service?
if(sc.IsUserAllowedForSCDLLName == false)
  {

   if(sc.Index == 0)
   {
    sc.AddMessageToLog("You are not allowed to use this study",1);
   }

   return;
  }