Hi to all 
This software is new, and has been developed by the creator of the ProAdvisor EA...
Anyone has tested it yet ? Some comments / help / infos would be welcome...
Thanks in advance
DV
http://www.fxproadvisor.com/index.php?aID=5&sID=93
This MQL Software is designed to help you to improve your indicator’s performance and automate its work, using Artificial Intelligence.
Do you have some indicators, which you are using in your trading, and want to use them as inputs for Neural Network ?
Did you have a chance to try Artificial Intelligence power combining with your indicator ?
There are many people who want to use Neural Networks to help them trade, but only few know how to do it correctly. There are several Neural Network packages, which require tons of work to combine your MT4 indicator with them.
Now, you can use same MT4 software – PRO Advisor PSO NN Optimizer, which is easily combinable with your MQL indicator. You can now train your own Neural Network within one terminal!
What are the benefits you get ? There are few :
First of all you will have Neural Network trained and used in home MT4 environment, without chart export, signals re-import etc.
Second good benefit is that PRO Advisor PSO NN Optimizer designed in special way : it trains Neural Network on Profit, ie it doesn’t need any “output teacher” – it just maximize the profit Neural Network may gain during some period, using your indicator.
Third thing – you will have special Expert Advisor ready for your indicator, with built-in Neural Network, so you could turn it on, and leave it trading without your control. Expert Advisor will have Money Management control, risks control, signals control and provide you with current information about your trades, signals and current market situation.
And last thing – size of Neural Network you may train is virtually unlimited.
Now, lets try to find out “why?” PSO (Particle Swarm Optimization) for Neural Network training. If you don’t really want to read some interesting technical and historical information you can skip the following part.
There are many algorithms for training Neural Networks. The most popular is Back Propagation Algorithm. It requires “teacher”, ie special etalon signals for your Neural Network Output, and once you have those signals – your Neural Network will adapt to market, using those signals. But what if you don’t know anything about etalon signals and just have your indicator and want to have as much profit as possible ? What if we build some algorithm, which will adapt our network for profit ? There are few algorithms, able to help us, and the most well known are Monte Carlo (random search), Genetic Algorithm (evolutionary optimization search) and Particle Swarm Optimization (remember ants and bees?..). Monte Carlo is very slow, but it will eventually find some good weights for your Neural Network (in a year or two… or ten). Genetic Algorithm is much better, since it combines Monte Carlo method and Evolution method, this algorithm is proven to find solution (ie max profit in our case) pretty fast, but for Neural Network training (where you could have a lot of weights – parameters to train) the time is still major factor – training network of “10-5-1” architecture would take few days. So what about PSO? Particle Swarm Optimization was developed by people who were watching ants and bees achieving their goals together. In case of ants they built their homes pretty fast and coordinated, and bees had to search fields for their food (honey). People didn’t know how they do it, but it seemed very effective, so they modeled their behavior and created PSO. PSO generates species. Each specie is standalone worker (ant). The optimization search is done by all of the species across the Neural Network weights space. Species “communicate and coordinate” with each other, and that allows them to find best solution. Amount of species in PSO can be like 1000x smaller than in Genetic Algorithm, so adaptation speed is like 100-1000x faster.
So, how it works for end-user (you)?
You load your indicator in the code of PRO Advisor PSO NN Optimizer script as Signal function (by yourself or we can do it for you), which will be used to transfer signals to the Optimizer. Set amount of inputs from your indicator(s). Start the Optimizer. This script will start training the Neural Network to achieve the only goal – highest profit. The learning period is set by you. Once training is finished (highest profit achieved and not rising anymore), the Neural Network Expert Advisor will be extracted to “Files” directory. You just place it in “Experts” directory and use its signals to trade yourself. Or you can let Expert Advisor trade for you.
This product will require some personal adjustments from our side for you to achieve best results with some particular indicators. Our goal is satisfied customer, so any updates needed for this software will be made instantly, upon request.
If you really want to squeeze maximum profit of your trading system, get Artificial Intelligence to serve you, automate your process – PRO Advisor PSO NN Optimizer will be a great help.
This software is new, and has been developed by the creator of the ProAdvisor EA...
Anyone has tested it yet ? Some comments / help / infos would be welcome...
Thanks in advance
DV
http://www.fxproadvisor.com/index.php?aID=5&sID=93
This MQL Software is designed to help you to improve your indicator’s performance and automate its work, using Artificial Intelligence.
Do you have some indicators, which you are using in your trading, and want to use them as inputs for Neural Network ?
Did you have a chance to try Artificial Intelligence power combining with your indicator ?
There are many people who want to use Neural Networks to help them trade, but only few know how to do it correctly. There are several Neural Network packages, which require tons of work to combine your MT4 indicator with them.
Now, you can use same MT4 software – PRO Advisor PSO NN Optimizer, which is easily combinable with your MQL indicator. You can now train your own Neural Network within one terminal!
What are the benefits you get ? There are few :
First of all you will have Neural Network trained and used in home MT4 environment, without chart export, signals re-import etc.
Second good benefit is that PRO Advisor PSO NN Optimizer designed in special way : it trains Neural Network on Profit, ie it doesn’t need any “output teacher” – it just maximize the profit Neural Network may gain during some period, using your indicator.
Third thing – you will have special Expert Advisor ready for your indicator, with built-in Neural Network, so you could turn it on, and leave it trading without your control. Expert Advisor will have Money Management control, risks control, signals control and provide you with current information about your trades, signals and current market situation.
And last thing – size of Neural Network you may train is virtually unlimited.
Now, lets try to find out “why?” PSO (Particle Swarm Optimization) for Neural Network training. If you don’t really want to read some interesting technical and historical information you can skip the following part.
There are many algorithms for training Neural Networks. The most popular is Back Propagation Algorithm. It requires “teacher”, ie special etalon signals for your Neural Network Output, and once you have those signals – your Neural Network will adapt to market, using those signals. But what if you don’t know anything about etalon signals and just have your indicator and want to have as much profit as possible ? What if we build some algorithm, which will adapt our network for profit ? There are few algorithms, able to help us, and the most well known are Monte Carlo (random search), Genetic Algorithm (evolutionary optimization search) and Particle Swarm Optimization (remember ants and bees?..). Monte Carlo is very slow, but it will eventually find some good weights for your Neural Network (in a year or two… or ten). Genetic Algorithm is much better, since it combines Monte Carlo method and Evolution method, this algorithm is proven to find solution (ie max profit in our case) pretty fast, but for Neural Network training (where you could have a lot of weights – parameters to train) the time is still major factor – training network of “10-5-1” architecture would take few days. So what about PSO? Particle Swarm Optimization was developed by people who were watching ants and bees achieving their goals together. In case of ants they built their homes pretty fast and coordinated, and bees had to search fields for their food (honey). People didn’t know how they do it, but it seemed very effective, so they modeled their behavior and created PSO. PSO generates species. Each specie is standalone worker (ant). The optimization search is done by all of the species across the Neural Network weights space. Species “communicate and coordinate” with each other, and that allows them to find best solution. Amount of species in PSO can be like 1000x smaller than in Genetic Algorithm, so adaptation speed is like 100-1000x faster.
So, how it works for end-user (you)?
You load your indicator in the code of PRO Advisor PSO NN Optimizer script as Signal function (by yourself or we can do it for you), which will be used to transfer signals to the Optimizer. Set amount of inputs from your indicator(s). Start the Optimizer. This script will start training the Neural Network to achieve the only goal – highest profit. The learning period is set by you. Once training is finished (highest profit achieved and not rising anymore), the Neural Network Expert Advisor will be extracted to “Files” directory. You just place it in “Experts” directory and use its signals to trade yourself. Or you can let Expert Advisor trade for you.
This product will require some personal adjustments from our side for you to achieve best results with some particular indicators. Our goal is satisfied customer, so any updates needed for this software will be made instantly, upon request.
If you really want to squeeze maximum profit of your trading system, get Artificial Intelligence to serve you, automate your process – PRO Advisor PSO NN Optimizer will be a great help.