Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 12:59:09 +0000



Post From: V1273 - Add custom study - not detecting existing Custom DLLs

[2015-07-27 00:06:30]
ejtrader - Posts: 688
SC Team - Are you referring to v1277 as the latest version these issues are supposed to be fixed?

If so - I have downloaded this just a minute ago and following are my observations.

issue 1: missing dll issue - This issue is partially resolved. Now I can see dll being listed but only one of the studies is visible rather than multiple studies that I expected to see under this dll. If I take out the __FUNCTION__ based calls, I do see full list of studies.

issue 2: duplicate study issue - It didn't resolve the duplicate study issue. If I take out one of the cpp files, it works fine for the rest of the studies. There is no issue with individual cpp though. Don't know what could be contributing to this issue.

issue 3: study name sometimes appear as scsf_Name and sometimes just Name - I have defined GraphName to "Name" but it still appears as "scsf_Name" in drop down studies list ( for few of them appears correctly - so don't really know what the root cause for this to appear differently for few of the studies). This is not a show stopper issue though. Probably after issues 1 & 2 are resolved - I would try to isolate what could be contributing to this issue though.

screencast.com/t/fSM6FudQf

I do have the following Graphname defined under sc.SetDefaults section.


if (sc.SetDefaults) {
sc.GraphName = "CustomVWAP";
sc.StudyDescription = "CustomVWAP";
sc.GraphRegion = 0;
sc.FreeDLL = 0;
sc.AutoLoop = 1;
}

thanks
Date Time Of Last Edit: 2015-07-27 01:49:15