Support Board
Date/Time: Thu, 18 Dec 2025 03:52:48 +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); |
