Login Page - Create Account

Support Board


Date/Time: Mon, 20 May 2024 00:17:46 +0000



Post From: issue with VbP setter

[2019-02-27 11:05:47]
AlexPereira - Posts: 197
this seems to work for me, example code:


time = std::modf(sc.GetEndingDateTimeForBarIndex(IndexBegin), &date);
sc.SetChartStudyInputFloat(sc.ChartNumber, study, 36, date);
sc.SetChartStudyInputFloat(sc.ChartNumber, study, 38, time);