How to build a NN-EA in MT4 - page 2

 

To bad my russian is not that good

 
weetikveel:
To bad my russian is not that good

It is the link to Tartan's forum (Tartan is the author of zigzag trading system for MT3, Goldwarrior/Platinum etc EAs for MT3, Spiky EA, Harakiri EA and many many other usefull famous indicators and EAs). On this thread they (member with username klot and some others) are posting mql4 codes concerning NN. In the middle of the thread they coded library files for 3 kinds of NN (those library files are ready to use for indicators and EAs), some sample NN indicators (mql4 codes) with 3 kinds of NN, and ... as i remember ... they coded 1 or 2 NN EAs with teaching/educational modules and so on. It is usefull link for the members who are thinking to code some indicators and EAs using NN and who want to do it in easy going way. Need to be registered to download something from this forum. This thread is not difficult to read with online translation.

Besides klot posted on Metaquotes codebase website (english version) some NN library files so you may find 1 or 2 files there with exapanation in English.

 

where should the def file for kohonen be placed ? I can't get backtest results :-(

 

I placed def file on c: still no results - does it have to be optimised or only work with certain pairs ?

 

Sorry i am not a specialist with NN sorry.

All that I understand they are having the script to write the data from MT4 to NeuroShell 2 format and having something in the end as resultant data from NeuroShell 2 back to MT4

string defpath="C:\NeuroShell 2\EXAMPLES\EX5\EX5.def";

And there is some trainer and original as prediction and so on (all MT4) ...

Sorry this subject a little complicated for me as i am not a coder.

 

I just downloaded one NN indicator (separate window) and one NN script (main window) and see the image. Main window ... price patterns? ...

No idea sorry.

Files:
nn1_1.jpg  56 kb
 

The first EA they created one year ago was #_e_NeuroMTC.

In attachments:

- place #_e_NeuroMTC EA to expert folder;

- place #_i_e_MTC_Etalon indicator to indicators folder;

- DT_ZZ indicator - to indicators folder.

- place Vasya;64;64;7 to experts/files and to ..../tester/files

- this file #_lib_NeuroFFT - to library folder.

This EA is for M5 timeframe.

How to train this EA.

Backtest this EA in visual mode (every tick), attaching 'etalon enter' indicator (#_i_e_MTC_Etalon) to visual chart. This indicator is a trainer. Later you can deattach this indicator if you are sure that EA was trained enough and Ea will continue backtesting without etalon.

Then you can forwatrd test EA on trained pair. M5 timeframe.

Sory, I am not a coder so it is very difficult for me to explain something which I don;t understand I just translater the meaning of the first 2 pages of this thread.

Files:
__e_neuromtc.rar  102 kb
dt_zz.mq4  4 kb
 

thanks very much for that newdigital, any tips on how to get the kohenen ea working ? I get no results even with all files in right locations...

 

I was reading that thread many times and they are having many versions of kohenen EA. It is somewhere in the middle of the thread. I will try to understand about it later.

Now i am busy with first 2 pages of this thread with zigzag NN EA for M5 timeframe (see my last post).

 

newdigital can I forward test with indicator? which are the differences from with and without indicator?

thanks

Bolla

Reason: