Support Board
Date/Time: Wed, 28 Jan 2026 17:48:16 +0000
Post From: how to calculate and plot over arrays on different timeframes in ACSIL?
| [2025-12-12 13:43:54] |
| User463324 - Posts: 5 |
|
Thanks, I saw those docs. Iteration over oneMinDateTimes works just fine with the approach above and also fetching various candle metrics from oneMinData by those datetime indexes also works. What doesn't work is indexing over extra arrays fetched with GetStudyExtraArrayFromChartUsingID, using Summation and other math functions over them. I don't want to use sc.GetContainingIndexForSCDateTime() and sc.GetNearestMatchForSCDateTime() bc in reality my time logic is more complex and requires my own iteration and keeping track of indexes, but this is not the problem either way - the issue is with extra arrays, that I thought would indexeable the same way as chart from which they are fetched. Any other ways to do this? Do I need to roll my own SCFloatArray? |
