Login Page - Create Account

Support Board


Date/Time: Wed, 28 Jan 2026 17:50:37 +0000



Post From: how to calculate and plot over arrays on different timeframes in ACSIL?

[2025-12-12 18:51:34]
User431178 - Posts: 838
enhance GetStudyExtraArrayFromChartUsingID so that it works properly even if there are no studies on the chart
How do you get something that is not there, it does not make sense.


or provide some other way to create series/arrays that are indexed based on the secondary chart
You have the whole of c++ language at your fingertips.
I would use std::vector (and relevant algorithms) and keep the size synced with the chart that you are referencing, but that's just me.