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 am completely new to ALGLIB. So, I was trying to perform the following task, which is to calculate k² using a script. I can easly do that in Excel, but have no idea how to use a non-linear eqution model with one boxed constraint.
Thanks in advance for reading!
Hi!
I am completely new to ALGLIB. So, I was trying to perform the following task, which is to calculate k² using a script. I can easly do that in Excel, but have no idea how to use a non-linear eqution model with one boxed constraint.
Thanks in advance for reading!
So far, looks ugly...
Done.
Basically copy & paste from AlgLib TestInterface.mqh.
Please reset the latest version, it doesn't compile!(
Use the standard version of Alglib, which has been supplied with the terminal for a long time. The class of complex numbers is adapted in it:
How can i multiply two matrix use the lib alglib ?
How can i multiply two matrix use the lib alglib?
Can you compile ALGLIB and pass it?
My compiled the following error: 'complex' - unexpected token complex.mqh 37 8
'complex' - unexpected token complex.mqh 37 8
'{' - name expected complex.mqh 38 3
'complex' - unexpected token, probably type is missing? complex.mqh 79 1
'im' - unexpected token, probably type is missing? complex.mqh 79 31
'im' - class type expected complex.mqh 79 31
'}' - semicolon expected complex.mqh 82 3
'}' - expressions are not allowed on a global scope complex.mqh 82 3
'complex' - unexpected token, probably type is missing? complex.mqh 86 1
'im' - unexpected token, probably type is missing? complex.mqh 86 41
'im' - variable already defined complex.mqh 86 41
see previous declaration of variable 'im' complex.mqh 79 31
'im' - class type expected complex.mqh 86
When are we going to add spectral analysis functions
SSA ?
ALGLIB has them, but MT still does not.
https://www.alglib.net/translator/man/manual.cpp.html#example_ssa_d_basic
When are we going to add spectral analysis functions
SSA ?
ALGLIB has them, but MT still does not.
https://www.alglib.net/translator/man/manual.cpp.html#example_ssa_d_basic
Maybe until the standard library will not be added (and it may not be soon), the existing sources(1, 2) will be fine?
there is only the model itself. but that is not enough.
When are we going to add spectral analysis functions
SSA ?
ALGLIB has them, but MT still does not.
https://www.alglib.net/translator/man/manual.cpp.html#example_ssa_d_basic
Imho, there is no guarantee that it will appear at all ... Maybe, instead of waiting, it is better to use them directly in C-code?