Function - GETDATACOUNTINSIDE
Database Field Index Count Inside |
Database
|
SYNTAX |
GetDataCountInside( STRING database name, STRING field name, ARRAY low, ARRAY high, ENUM periodtype) |
RETURNS |
NUMERIC ARRAY |
DESCRIPTION |
Get the number of database field elements for each bar and for the specified limits |
ADDITIONAL INFO |
|
EXAMPLE |
GetDataCountInside("database_name", "field_name", 0, 10, P_Hour) |
| |