Support Board
Date/Time: Mon, 27 Jan 2025 17:08:19 +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); |