Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 09:05:11 +0000



Post From: Studies to graph - List divider/header

[2020-05-18 05:04:38]
Flipper - Posts: 65
You could always do something hacky like this,

SCSFExport scsf_Spacer(SCStudyInterfaceRef sc)
{

  if (sc.SetDefaults)
  {
    sc.GraphName = "---------- Spacer ---------";
    sc.AutoLoop = 1;
    sc.CalculationPrecedence = VERY_LOW_PREC_LEVEL;
    sc.HideStudy = 1;

    return;
  }

}

image2020-05-18 15_01_49-Sierra Chart 2086 Chartbook1.Cht CQG We.png / V - Attached On 2020-05-18 05:04:18 UTC - Size: 52.22 KB - 211 views