Login Page - Create Account

Support Board


Date/Time: Thu, 06 Mar 2025 10:09:51 +0000



Post From: ACSIL - Original Summary Trade Setting

[2022-03-04 06:22:00]
ejtrader - Posts: 688
SC Team - Wanted to get back about this. There are no more compilation issues but not actually able to use these functions.

Getting CPU exception messages when this function is used. Could you please check on this?

SCSFExport scsf_SetSummaryTradeChart(SCStudyInterfaceRef sc) {

if (sc.SetDefaults)
{
// Set the configuration and defaults.
sc.GraphName = "SetSummaryTradeChart";
sc.AutoLoop = 0;
sc.GraphRegion = 0;
sc.UpdateAlways = 0;

sc.SetCombineTradesIntoOriginalSummaryTradeSetting(1);

return;
}

return;
}