Documentation

ArrayIsDynamic

The function checks whether an array is dynamic.

bool  ArrayIsDynamic(
   void  array[]      // checked array
   );

Parameters

array[]

[in]  Checked array.

Return Value

It returns true if the selected array is dynamic, otherwise it returns false.

See also

Access to timeseries and indicators