|
|||
|
|||||||
| Notices |
| Register in Forex TSD! | |
|
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 |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
The Artificial Neural Network Architecture (ANNA)
Simulación computacional - The Artificial Neural Network Architecture (ANNA) |
|
|||
|
Better EA's result.
Ìîíèòîðèíã òîðãîâûõ ñ÷åòîâ.: Ãðàôèê ñ÷åòà |
|
|||
|
Quote:
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? Regards. Last edited by odirlei; 04-02-2008 at 01:20 AM. |
|
|||
|
PNN
FX Real-Time :: Âåðîÿòíîñòíàÿ ñåòü íà MQL4 311: Neural Networks FX Real-Time :: Âåðîÿòíîñòíàÿ ñåòü íà MQL4 Last edited by barnix; 04-02-2008 at 12:56 PM. |
|
|||
|
Quote:
Well, you don't speak too much, don't you? ... then I think I have to try to translate from Russian and see what that means. Best Regards. Last edited by odirlei; 04-03-2008 at 10:49 AM. |
|
|||
|
Quote:
Denis http://www.inf.uni-konstanz.de/bioml..._dda_nips7.pdf http://citeseer.ist.psu.edu/cache/pa...nstructive.pdf |
|
|||
|
links
thanks denis for the links
six months i work on pnn algorithm in forex 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 |
|
||||
|
Quote:
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 |
|
|||
|
PNN example
Hi There
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: Code:
double ai(string curr){
double w1 = i1 - 100.0;
double w2 = i2 - 100.0;
double w3 = i3 - 100.0;
double w4 = i4 - 100.0;
double a1 = iAO(curr, 0, 0);
double a2 = iAO(curr, 0, 7);
double a3 = iAO(curr, 0, 14);
double a4 = iAO(curr, 0, 21);
return (w1 * a1 + w2 * a2 + w3 * a3 + w4 * a4);
}
Last edited by bonechair; 04-12-2008 at 04:25 PM. |
![]() |
| Bookmarks |
| Tags |
| better ea, neural network, svm forex, cache:Jtu9ppOwDvsJ:www.forex-tsd.com/expert-advisors-metatrader-4/11096-better-nn-ea-development.htm, better, nn ea, better ea development, forex better ea, cortex, forex, Better NN EA, better development, better NN development, wackena NN-EA, libsvm, ea better, kalman, auto-scalper, Forex Auto-Scalper, search, Abdul Rahman EA Forex, fapturbo, betterea, GaussPNN, neuro, MT4_FANN, Auto-Scalper.ex4, better nn, Matrix NN ea |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BrainSystem: indicators development | newdigital | Brain Systems | 56 | 06-02-2009 07:27 AM |
| Zigzag system development | newdigital | Indicators - Metatrader 3 | 14 | 05-20-2009 04:52 AM |
| StochThreshold | ... under development | wibitiens | Indicators - Metatrader 4 | 0 | 05-26-2007 02:26 AM |
| Brainwashing: system development | newdigital | Brain Systems | 45 | 11-24-2006 11:55 AM |
| Help with simple EA idea development | Spider4896 | Metatrader 4 | 2 | 04-21-2006 01:23 PM |