Support Board
Date/Time: Mon, 25 May 2026 06:49:43 +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); |
