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