Just for information:
Forum on trading, automated trading systems and testing trading strategies
How to Start with Metatrader 5
Sergey Golubev, 2016.05.22 07:17
Using Neural Networks In MetaTrader
FANN2MQL Neural Network Tutorial
Creating Neural Network EAs Using MQL5 Wizard and Hlaiman EA Generator
Neural Networks Cheap and Cheerful - Link NeuroPro with MetaTrader 5
Price Forecasting Using Neural Networks
Thanks Sergey , i see what you mean, but neural networks are based on increasing complexity, all answers from a neural network will be based on exponentially grown
factors and variables, it works like virtual intelligence, not artificial intelligence, what i'm looking for its like the opposite, inittially a complex code, that gives results
that are quite simple, just like the human brain, that already is very complex, but are allways trying to make complex things simple, but without losing the meaning,
when by comparison neural network spend loops considering unimportant facts. Do you know something about an algorithm making complicated things more simple?
If yes so i should just put on code: search moving average- then the algorithm will create an entirelly new concept based on moving averages, that makes profit.
he will create a simple new concept like a moving average, just like a clue. We dont think its possible until someone shows off with new design, that is what i'm
looking, but with a piece of code- Mc Gyver code, i cant find nothing about it, it would be cool if someone could show me some works in this area. Thanks
Ide be interested as well as I think when done properly would eliminate the 3 month rotation generally found with EAs as the EA would constantly adapt itself.
Exactly , during the adaptation period , when the market is in between the next behavioral shift the EA , would learn the new concepts
of the markets evolution BUT , the issue lies within the spectrum of instructions you are willing to allow the EA to utilize for trading .
Example :
The ea has grasped concepts for 2 months and the market follows these concepts the EA is working fine .
You have given it a one month look back period .
If in the start of month 3 the market changes then your EA is utilizing concepts with half a month in the old behavioral cues.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Its possible to create an EA that will think in new strategies an then test all possibilites bases on a specific purpose? Lets say make x profit.
If it isnt possible, what are the main difficulty steps in creating that algorithm? and what is the best language to create this kind of artificial
intelligence? thanks folks