toshiorusso86
toshiorusso86
Friends

Add friends via their profile or user search and you will be able to see if they are online

toshiorusso86
Added topic Help with ArraySize
Hi, I know this is quite basic, but I have a doubt on ArraySize function ; does it return the size of the array or the number of non-null elements in the array? For example: double array[]; ArrayResize(array,100); array[0]=4; array[1]=4; array[2]=4;
toshiorusso86
Added topic Looking up values in array based on specific time
Hi all, I am quite new to coding, and I'm trying to build an array that stores tick info, including time. Once the ticks have been stored, I would like then like to lookup tick values within the array corresponding to a specific time hh:mm:ss. Could
toshiorusso86
Registered at MQL5.community