Thanks for your reply, Nicolas.
IG markets is still running v10.3. Haven’t been able to find out if and when they are moving to v11.
Given that we are just counting ticks and don’t need to do any fancy stuff like accessing a particular value in array, would it be possible to do this just with variables? I’m only beginner to intermediate as a programmer, so this is just guesswork on my part.
Might the following work?
- With each new tick, create a variable with the value as a timestamp.
- Create a single bar in a tick volume chart (e.g. 1 minute) by counting all the variables that have timestamp 12:00 PM to 12:01 PM
Cheers