
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
Hi,
I'm an MQL4 newb though an experienced C/C++ programmer.
I'm wondering where I would find the documentation reference on the MQL4 operators, specifically the dot operator as in the following code snip:
//linear regression calculation
int start.bar=LR.length, end.bar=0;
int n=start.bar-end.bar+1;