Didn t find anything and in the internet but on mql5 in which they composed I CAN T be possible:
To make an array of a struct! I tried 4 my course to store informations and the declarations is here:

Inserted Code struct TSupRes int value; dual indizes#91;#93;; dual type#91;#93;; int noOfHighs; int noOfLows; int noOfLowHighs; ;
Additionally just a little testing in case it works:

Inserted Code TSupRes supRes#91;#93;; // Resizing the whole array ArrayResize(supRes,10,10); // Resizing the indizes range of the first(0) component ArrayResize(supRes#91;0#93;.indizes,5,5); // Looping through my arr and a few settings and output signal for testing! For (int k=0; klt;ArraySize(supRes);k ) ArrayResize(supRes#91;k#93;.indizes,5); supRes#91;k#93;.noOfLows=2 k; supRes#91;k#93;.indizes#91;0#93;=3; Alert(k : supRes#91;k#93;.noOfLows); Alert(k : supRes#91;k#93;.indizes#91;0#93;-RRB-; So U haven t to make an array for every data....and you can put arrays from the struct and produce an array. . .and resize U want. . .interesting good for obviously coding!