- Forward Test?
- Metatrader 5 - Maximal amount of portable MT5 instances on one PC.
- Off-topic posts
Hi! We obviously know the strategy back tester uses historical data to test scripts. Is there a software that uses machine learning ie pattern recognition from past historical prices to 'project' artificially future prices and allow the script to be tested 'forward' in this regard?
You need to search the CodeBase
- Next price predictor using Neural Network - indicator for MetaTrader 4
- Easy Neural Network - library for MetaTrader 5
- LGLIB - Numerical Analysis Library - library for MetaTrader 4
- ALGLIB - Numerical Analysis Library - library for MetaTrader 5
- MTS Neural network plus MACD - expert for MetaTrader 4
- ArtificialIntelligence_Right - expert for MetaTrader 4
- NeuroNirvamanEA - expert for MetaTrader 4
- Create your own neural network predictor easily (example: MA and RSI Predictors) - indicator for MetaTrader 4
- Automated Trading System "Сombo" - expert for MetaTrader 4
- MTC Neural network plus MACD - expert for MetaTrader 5
- Bollinger Band Width calculation with Neural Network using - expert for MetaTrader 5
- PNN Neural Network Class - library for MetaTrader 5
- GRNN Neural Network Class - library for MetaTrader 5
- RBF Neural Network Class - library for MetaTrader 5
- MLP Neural Network Class - library for MetaTrader 5
- Artificial Intelligence - expert for MetaTrader 5
NOTE: discussions, recommendations or suggestions for 3rd party products/software and services are not allowed on the forum. You obviously will have to do your own research.

- www.mql5.com
You need to search the CodeBase
- Next price predictor using Neural Network - indicator for MetaTrader 4
- Easy Neural Network - library for MetaTrader 5
- LGLIB - Numerical Analysis Library - library for MetaTrader 4
- ALGLIB - Numerical Analysis Library - library for MetaTrader 5
- MTS Neural network plus MACD - expert for MetaTrader 4
- ArtificialIntelligence_Right - expert for MetaTrader 4
- NeuroNirvamanEA - expert for MetaTrader 4
- Create your own neural network predictor easily (example: MA and RSI Predictors) - indicator for MetaTrader 4
- Automated Trading System "Сombo" - expert for MetaTrader 4
- MTC Neural network plus MACD - expert for MetaTrader 5
- Bollinger Band Width calculation with Neural Network using - expert for MetaTrader 5
- PNN Neural Network Class - library for MetaTrader 5
- GRNN Neural Network Class - library for MetaTrader 5
- RBF Neural Network Class - library for MetaTrader 5
- MLP Neural Network Class - library for MetaTrader 5
- Artificial Intelligence - expert for MetaTrader 5
NOTE: discussions, recommendations or suggestions for 3rd party products/software and services are not allowed on the forum. Obviously you will have to do your own research.
This article is worth reading:
Using PatchTST Machine Learning Algorithm for Predicting Next 24 Hours of Price Action
Shashank Rai, 2024.07.11 11:29
In this article, we apply a relatively complex neural network algorithm released in 2023 called PatchTST for predicting the price action for the next 24 hours. We will use the official repository, make slight modifications, train a model for EURUSD, and apply it to making future predictions both in Python and MQL5.
Hi! We obviously know the strategy back tester uses historical data to test scripts. Is there a software that uses machine learning ie pattern recognition from past historical prices to 'project' artificially future prices and allow the script to be tested 'forward' in this regard?
You have 2 options: there is a forward testing already built-in into the tester (it uses part of existing prices as past in-sample data for learning, and other part as "future" out of sample data), also you can generate artificial custom symbols with charactersitics similar to actual work symbol to test your EA in the fields.
You have 2 options: there is a forward testing already built-in into the tester (it uses part of existing prices as past in-sample data for learning, and other part as "future" out of sample data), also you can generate artificial custom symbols with charactersitics similar to actual work symbol to test your EA in the fields.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use