Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 14:54:57 +0000



Post From: Compile error 2098

[2020-05-06 16:02:57]
Ackin - Posts: 1865
Any ideas on how to updates? So confusing!

if (sc.AreTimeSpecificBars() && sc.SecondsPerBar != 0)
{
  RollingStartDateTime = sc.BaseDateTimeIn[Index] + SCDateTime::SECONDS(sc.SecondsPerBar - 1);
  RollingStartDateTime.SubtractMinutes(TimePeriodLength.GetInt());
}

Date Time Of Last Edit: 2020-05-06 16:04:58