afiverestatcastle:
https://www.mql5.com/en/docs/basis/function/parameterpass
Are these (&) characters in the documentation? If not what are they called and what do they mean?

Documentation on MQL5: Language Basics / Functions / Passing Parameters
- www.mql5.com
There are two methods, by which the machine language can pass arguments to a subprogram (function). The first method is to send a parameter by value. This method copies the argument value into a formal function parameter. Therefore, any changes in this parameter within the function have no influence on the corresponding call argument...
Please edit your (original) post and use the CODE
button (Alt-S)! (For large amounts of code, attach it.)
General rules and best pratices of the Forum. - General - MQL5 programming forum
Messages Editor
General rules and best pratices of the Forum. - General - MQL5 programming forum
Messages Editor
Thanks. That looks much better.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Are these (&) characters in the documentation? If not what are they called and what do they mean?
For example, const datetime& time[], — has an (&) symbol or character.
Thanks.