"New Neural" is an Open Source neural network engine project for the MetaTrader 5 platform. - page 4
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
(Of course, everything is clear here, except one thing - what does it have to do with the NS?)
I don't quite understand how the neural network will be implemented: in the form of an advisor, libraries, or something else.
I propose the following:
I don't quite understand how the ATC on two MAs is connected to a neural network. I understand that there will be some tricky way to optimize classic EA. I suggest the following:
1. Make a base of classic Expert Advisor. As a classic EA, we can take an EA which was generated by the wizard. For each of these EA, assign an id, name or hash to be able to distinguish the EA from each other.
gpwr:
Google "sparse coding" and "compressed sensing" and the work of Olshausen and Fields on Sparse Nets and their followers. It's a treasure trove. Restricted Boltzman Machines (RBM), which is the basis of Deep Belief Nets (DBN), and Convolutional Networks have also gained a lot of popularity because of their versatility.
I think we should not go into the "thicket", Figar0 is right. You shouldn't chase new things, otherwise this race will never end.
We need to stop at the classic types of networks, those voiced by TheXpert. And when the library (what to call the final version of the project?) will be brought to a working condition, you can make improvements to infinity.
And yes, I propose to allow system DLLs in the project
This is going to be a real problem.
We are specifically planning to make the library completely in source code and include it in the terminal, so that we can write safe experts.
The inclusion of DLLs kills the mass-market, although it opens up a narrow niche of special solutions.
The key word is system, which is fine, imho.
There are no "safe system" DLLs.
All of them are dangerous and all of them are destructive - it's elementary to cause a stack failure followed by an attack.