New free code from MQL5: indicators, EAs, and scripts for traders. ASQ NeuralNet is a complete neural network library written 100% in nat...
Showing posts with label Network. Show all posts
Showing posts with label Network. Show all posts
MetaTrader 5 Libraries | MLP Neural Network Class
0
CNetMLP provides multilayer perceptron (MLP). The feature of the class is that input vector and network structure notions are separ...
MetaTrader 5 Libraries | RBF Neural Network Class
0
Class implements neural network of radial basis functions (Radial Basis Function Network - RBFN). Here is represented the classic re...
MetaTrader 5 Libraries | PNN Neural Network Class
0
The CNetPNN class realizes the probabilistic neural network (Probabilistic Neural Network - PNN). Creation of the network is declared...
MetaTrader 5 Libraries | GRNN Neural Network Class
0
The CNetGRNN class realizes a generalized regression neural network (General Regression Neural Network - GRNN). Creation of the netwo...
MetaTrader 5 Expert Advisor | Bollinger Band Width calculation with Neural Network using
0
MetaTrader 5 Expert Advisor | Bollinger Band Width calculation with Neural Network using
RobotFX
19.10.25
I have been searching for a BB Width Expert Advisor, but I couldn't find it anywhere. Then I decided to create my own, and as a p...
MetaTrader 5 Expert Advisor | MTC Neural network plus MACD
0
Author of the idea — Henadiy E. Batohov, author of the MQL5 code — barabashkakvn. From the author of the idea: This is my first...
MetaTrader 5 Libraries | LSTM Neural Network
0
Attached are the include files for the LSTM. The files included are: Gates - for the 4 gates used in an LSTMs. TimeStep - which com...
MetaTrader 5 Libraries | Easy Neural Network
0
The provided test script has included comments which are easy to follow along. You can save the returned network configuration in a...