//+------------------------------------------------------------------+ //| Copy | //+------------------------------------------------------------------+ void CApBuff::Copy(CApBuff &obj) { //--- copy arrays

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
when i compile the "alglibinternal.mqh" library i confront following errors:
How should I change the code? why I receive this error?
'Copy' - unexpected token, probably type is missing? alglibinternal.mqh 107 10
'Copy' - function already defined and has different type alglibinternal.mqh 107 10
main library is here:
https://www.mql5.com/en/code/11077