Login Page - Create Account

Support Board


Date/Time: Fri, 26 Jun 2026 19:05:11 +0000



Post From: Prevent Removal Of Study Via Password

[2026-06-26 13:37:10]
Marmany - Posts: 319
jsandlan & aseef,
For info I achieve what you are after by having the study you do not want removing set a persistant integer to a non zero value eg 10. Then in your trade placing study:
StudyLoaded = sc.GetPersistentIntFromChartStudy(1,2,0);
if(StudyLoaded != 10)
{
sc.PlaySound(13,"Bar Timer missing", 1);
or add code to flatten all
}