Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
Yes, I see this site almost every day, I think he will become a millionaire in front of our eyes.
Some people thought that his championship results has just luck. Indeed, there are moments that the system does not predict well, but it can get out with limited losses. But it can capture large market movements, making that profits in the long term greater than losses.
Does he is using Metatrader or other automated platform with a more trusted broker?
I have been coding some SVM in metatrader 4 and would like if you could share the Better EA development. The actual EA complete that is ready to use. I can offer to pay something small for your efforts if that's OK. Please email me at
Last edited by Linuxser; 04-04-2008 at 06:54 PM.
Reason: Public email
I have found another algorithm for PNN (see links below). Actually, I think that these one is close to the optimum. Very powerfull and few parameters. I have coded a matlab implementation for those who are interested. The problem is the application to forex, I can't find the right input space and objective function (alltough I think it is a regular zigzag). All input spaces based on MAs don't generalize well.
pnn algorithm are not difficult, but it's very difficult to have stable systems, and to found corrects inputs
i have add in my ea a function which calculate at each new bar, the results (in the past) of N PNN subsystems (N=1000) and choose the best ones to choose if Buy or Sell
it gives some good results, i'll continue to work
i don't dream about the grail, but only an adaptative EA, wich find the good pattern in each market condition
i would like to give my results to people who want to work in this direction
pnn algorithm are not difficult, but it's very difficult to have stable systems, and to found corrects inputs
i have add in my ea a function which calculate at each new bar, the results (in the past) of N PNN subsystems (N=1000) and choose the best ones to choose if Buy or Sell
it gives some good results, i'll continue to work
i don't dream about the grail, but only an adaptative EA, wich find the good pattern in each market condition
i would like to give my results to people who want to work in this direction
sorry for my bad english
Hi Stef,
I will be more than happy to help in working together on your PNN. if you can post mq4 file. I will look at it and help . Let me know
Does anybody have a Probability Neural Network example in mql4?
I have looked everywhere for something but only find algorithms which I do not understand.
I am a programmer and unfortunately not a mathematician.
I have worked with this code before: