
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
We do it ourselves.
Well, it's a marketing thing, and I think it's logical to involve the author since he understands better what's going on.
But it does not matter, the main thing is that the bible will be adapted. I, for example, have long used the adaptation of klot'a FFT from this bible.
SZY now scouring the Internet in search of something useful, that's just would be a lot of requests from the suffering in this branch, that the search has been directed.
We are already making a number of improvements to the language as we ported ALGLIB.
The wishes are there, see earlier in the thread. And they do not come down to nerves alone.
I would like to reproduce all suggestions (without any repetitions):
TheXpert
https://www.mql5.com/ru/articles/1565 -- FANN -- a very popular neuro-library, can be fully ported most likely.
https://www.mql5.com/ru/code/10684 -- MT4 wrapper for R -- more details hereavoitenko
This may be off-topic. But at one time I took the MNC algorithm for my article, from here: http://alglib.sources.ru/You need general math bibles -- linear algebra, analysis, diphures (all kinds, not just regular ones), optimization methods (not just GA, it's a drop in the ocean), terver/matstat necessarily - and a lot more.
ZedGraph library:
1. Detailed description and examples: http://jenyay.net/Programming/ZedGraph
2. archives, demos, documentation: http://sourceforge.net/projects/zedgraph/files/
//---
Another library related to graphs:
http://www.codeproject.com/Articles/32836/A-simple-C-library-for-graph-plotting
Need all you can. At least just auxiliary libraries, for example to work with strings, arrays, files, for this you can take PHP as a basis, there are functions for any case.
Here's another interesting collection: http://musicdsp.org/archive.phpThe thread is turning into a wishlist, I'll put mine heretoo .
As for numerical libraries these are:
Univariate: Golden Ratio Method, Dichotomy, Parabola Method, Mesh Search, Fibonacci Method, Trinary Search
Direct methods: Gauss Method, Nelder-Meade Method, Hook-Jeeves Method, Configuration Method, Rosenbrock Method
First order: Gradient descent, Zoytendijk method, Coordinate descent, Conjugate gradient method, Quasi-Newton methods, Levenberg-Marquardt algorithm
Second order: Newton Method, Newton-Raphson Method
Stochastic: Monte Carlo Method, Simulated Annealing, Evolutionary Algorithms, Genetic Algorithms, Differential Evolution, Ant Algorithm, Particle Swarm Method
Wikipedia list, probably don't need the whole thing.
In addition to numerical libraries:
And in the language to build analog of Java Reflection API
And regular expressions.
And to that, it would be a good addition to be able to run the program not in a character chart window. But in a regular window. It is already obvious that the user "applications" cannot be avoided, so why linking to a symbol, because you can access any, for any operation. Generally, in 5, the default hovering on the symbol is completely unnecessary. This is the lot of indicators and expert applications for which it is really useful.
And, at a minimum, make a block to "pop up" events to the graphic from interface elements, now it's annoying to drag a window object along with scrolling the graphic (or maybe it already is?).
Thanks for the static methods - my singletons are no longer global functions.ALGLIB and FANN implement most of everything instantiated, from not included in these two bibles I see post Integer tol64.
In the posts Mathemat ,Vigor joo there is a lot of stuff but no specifics where are these bibbles that need to be ported?
but there are only three methods implemented.
The posts by Mathemat ,Vigor joo have a lot of stuff but no specifics on where these bibles need to be ported?
There's a problem with HHT in terms of porting - I haven't seen any open source projects anywhere.
Here's everything I found (attached).
There's a problem with HHT in terms of porting - I haven't seen any open source projects anywhere.
Here's everything I've found (attached).
http://www.scholarpedia.org/article/Hilbert-Huang_transform
There is a more detailed description online, including in Russian, but there are no sources. I have the source code attached in the previous message.