Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
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: