Function - PREDICTSYMBOL
Return '1' if the current symbol was used druing the training of the specified model |
Predictions
|
| SYNTAX |
PredictSymbol( STRING category, STRING name) |
| RETURNS |
NUMERIC ARRAY |
| DESCRIPTION |
Returns 1 if the selected model is created using the sepecified ticker data, returns 0 otherwise. |
| ADDITIONAL INFO |
|
| EXAMPLE |
PredictSymbol("category_name", "perdiction_model_name") |
| |