| New signals service! | |
|
|||||||
| 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 |
|
![]() |
|
|
LinkBack (13) | Thread Tools | Display Modes |
|
|||
|
EA with Kohonen Map (Neural Network) (RU)
Last edited by barnix; 08-07-2007 at 06:00 AM. |
|
|||
|
Go to this page, then agree with conditions and rules and press the button. And you will be transfered to the registration page.
Fill the fields (you should write in english): - first one is your desirable login. - username. - passowrd and confirm password. - email address and confirm email address. - security code (type the same). - on the right side: agree to receive the messages from admin; agree to get messages from users; timezone. Press button. You will get the message in Russian language on your email address. Click on the most long link for activation. And I've sent login and password to you by PM (i registered). That's all that I can do. Last edited by newdigital; 08-07-2007 at 08:02 AM. |
|
|||
|
A trained network you can call from MT4:
#import "NS2-32.dll" int OpenNet(string defpath, int& netnumber[1], int& Nin[1], int& Nout[1]); // int FireNet(int& netnumber[1], double& inarray[], double& outarray[]); // int CloseNet(int& netnumber[1]); // #import //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ string defpath="C:\Koh_2007.def"; //Generated with ns32 int netnumber[1]; // int Nin[1]; // int Nout[1]; // double inarray[], outarray[]; // nnet inpu output //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int init() { ret=OpenNet(defpath, netnumber, Nin, Nout); if (ret==0) { Print("netnumber= ",netnumber[0], " Nin= ",Nin[0], " Nout= ",Nout[0]); ArrayResize(inarray,Nin[0]); ArrayResize(outarray,Nout[0]); } else { Print( "OpenNet return: ", ret ); return(0); } return(0); } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int deinit() { ret=CloseNet(netnumber); // Закрываем сеть if ( ret!=0 ) Print( "Ошибка CloseNet ", ret ); return(0); } //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int start() { inarray[0]=..... inarray[1]=.... FireNet(netnumber, inarray, outarray); if (outarray[0]>50) ...... } Last edited by barnix; 08-28-2007 at 08:58 AM. |
|
|||
|
1.Download the files:
ns32.part01.rar ns32.part02.rar ns32.part03.rar ns32.part04.rar ns32.part05.rar ns32.part06.rar ns32.part07.rar ns32.part08.rar ns32.part09.rar ns32.part10.rar 2.Extract with winrar 3.Run setup and install NeuroShell 2 4.Extact the ex15.rar EX11.rar ex6.rar ex5.rar files and copy in NeuroShell 2/EXAMPLES directory 5.The MT4 expert, indicator, and script files copy in experts experts/indicators experts/scripts directories |
![]() |
| Bookmarks |
| Tags |
| neuroshell |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| National High Five day - today! | trevman | Non Related Discussions | 1 | 04-19-2007 04:17 PM |