Array Indexing

Questions about MultiCharts and user contributed studies.
dorjan
Posts: 2
Joined: 30 Nov 2023

Array Indexing

Postby dorjan » 11 Dec 2023

Is referencing a range in an array supported? For example, NewArray[6:9]=Close[1:4]. Or do I need to iterate this with a loop and single value referencing?

User avatar
Kate MultiCharts
Posts: 597
Joined: 21 Oct 2020
Has thanked: 9 times
Been thanked: 148 times

Re: Array Indexing

Postby Kate MultiCharts » 15 Dec 2023

Hello dorjan,

In PowerLanguage there are no tools for that.
As a workaround, you could create your own function.


Return to “MultiCharts”