Discover expert developed MetaTrader tools that can complement professional solutions. //+--------------------------------------------------...
Showing posts with label Neural. Show all posts
Showing posts with label Neural. Show all posts
Metatrader 5 Expert Advisor | New: Quantum Neural Calculator Risk Manager Utility | MQL5 Community Release
0
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 Expert Advisor | Three neural networks
0
Idea by: Apelsin mq5 code by: barabashkakvn The EA uses a very simple neural network unit double n1=((ma_h1[ 1 ]-ma_h1[ 2 ])...
MetaTrader 4 Indicator | Updated Meta Neural Dashboard
0
This is an updated indicator i came across from an old forum thread back in year 2013, you find the forum thread here : https://www.m...
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...
MetaTrader 5 Expert Advisor | Examples from the book "Neural networks for algorithmic trading with MQL5"
0
MetaTrader 5 Expert Advisor | Examples from the book "Neural networks for algorithmic trading with MQL5"
RobotFX
16.6.25
The book "Neural networks for algorithmic trading with MQL5" is your go-to guide for learning how to use machine learning a...