Handles are pointers?

 

All the indicators return an int value, called handle.

Do they mean pointers?

 
attila.okcu:

All the indicators return an int value, called handle.

Do they mean pointers?

No. There is no pointers in MQL. This is exactly the handles.

Even those types that are defined using "poiner" notation existing in C++ -- (typename *) -- those are also handles, not pointers.

You can't get address memory of any variable/array in MQL. 

 
Stanislav Korotky:

No. There is no pointers in MQL. This is exactly the handles.

Even those types that are defined using "poiner" notation existing in C++ -- (typename *) -- those are also handles, not pointers.

You can't get address memory of any variable/array in MQL. 

Thanks a lot Stanislav.

I've just noticed that those functions returns 10, 11, etc ... integers like so.