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

 

I tried the method introduced in the article.

But I find that if I use the method in indictor,it works.

If I use it in EA,it doesn't work.

The codes of them are the same.Can someone tell me why?

ERR_CANNOT_OPEN_FILE 4103 Cannot open file.

int InPut[65536];

int init()

{

int i,handle;

handle=FileOpen("SSS.CSV",FILE_CSV|FILE_READ,';');

Print("handle=",handle);

if(handle<0)

{

int err=GetLastError();

Print("error(",err,"): ",err);

return(0);

}

if(handle>0)

{

i=1;

while ( !FileIsEnding(handle))

{

InPut = FileReadNumber(handle);

i++;

}

FileClose(handle);

}

 

Klot (author) said that it is possible to use the other indicators for trading. It can be included in the following code inside EA:

//---

for( i=0; i<=NN-1; i++)

{

ind_collect=iBWMFI(NULL, 0, i+1);

}

Do you have any idea on how one would do this? Maybe a programmer could help? Attached is the ind i would like to use, and the EA it should be integrated in.

Files:
 

Hai Guys,

It is very hard for me to follow this Thread as a non - programmer..

BTW, is there any up-date with the NN(Clone)EA? Thank You.

 

#_lib_NeuroFFT, 10000$ to 600000$!!!

Strategy Tester mode and real mode result no some.

DT_ZZ indicator Tester mode and real mode result is no some (maybe is wrong).

 

I can make nothing of your post. Maybe I am stupid? Did a search on the name of you EA, no finds.

 

Great, you have had bit of increase.

EA' S DONT WORK!

 
philt:
Great, you have had bit of increase. EA' S DONT WORK!

Some of them do. You just have to code them yourself.

Read Entries & Exits or the older market wizard books and you'll find that there are actually many pros who automate their trading. One of the guys interviewed at entries & exits is Fred Schutzman of Briarwood, see his bio at Welcome to Briarwood Capital Management

His job? Creating EAs (not metatrader EA's but anyway programs that do the trading)

 

this is a source code.

Files:
alimjan_ea.rar  133 kb
 

hi alimjan!

Do you have forward tests of this EA.

How long have you trained this EA? (TesterFiles)?

What's your modifications?

Thanks and bye, Alex

 
alimjan:
this is a source code.

I moved your thread to original thread.

See post #18 for example https://www.mql5.com/en/forum/178272/page2

Reason: