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

 

Has anyone got historical data for eur/usd in *.txt format that has split adjusted output. From reading the website that uses cortex I'm guessing I need the data in that layout. If you catch my drift or am I barking up the wrong tree.

 
benhoffman:
metcalfe

Can you post the EA you used to get those results

Thanks

I changed some setting.

Files:
 
marine1983:
Has anyone got historical data for eur/usd in *.txt format that has split adjusted output. From reading the website that uses cortex I'm guessing I need the data in that layout. If you catch my drift or am I barking up the wrong tree.

Thsi is relation to stocks only.

 

ah right ok then which options do i use to train then is it close input close output the same as stocks. Any ideas thanks in advance

 

anyone know why i can not open the kohnenn

dll calls are not allowed:"NS2-32.DLL"-"CLOSENET.

Is it right?

NS2-32.DLL in experts/libraries/

KOHONENN v15.mq4 in experts/

KOHONENN v15.ex4 in experts/

Koh_2007.def in c:/

and where to put ex11 files?

alll in C:\NeuroShell 2\EXAMPLES ?

Files:
image00000.bmp  56 kb
 
columbus:
dll calls are not allowed:"NS2-32.DLL"-"CLOSENET.

Is it right?

NS2-32.DLL in experts/libraries/

KOHONENN v15.mq4 in experts/

KOHONENN v15.ex4 in experts/

Koh_2007.def in c:/

and where to put ex11 files?

alll in C:\NeuroShell 2\EXAMPLES ?

Check in tools -> options -> expert advisor and flag allow dll import

 

Backtested Forex-nn-expert v1.0

I modified the expert to make it easier to backtest/optimize. I optimized 2 years. Tic-by-tic. Not bad. Don't know how realistic it is.

Buy level = 0.24, Sell level = 0.85

SL = 260, Trail = 210

Initial Equity = 10,000

Final = 224,898

Max drawdown = 37.5%

Files:
 
xan023:
strategy tester

how did ytou get it to work

 

Hey...

It seems NN are in the TREND....Found the following stuff in our forum :

https://www.mql5.com/en/forum/178306

Am downloading right now, nothing to lose...

DV

 
crodzilla:
I modified the expert to make it easier to backtest/optimize. I optimized 2 years. Tic-by-tic. Not bad. Don't know how realistic it is.

Buy level = 0.24, Sell level = 0.85

SL = 260, Trail = 210

Initial Equity = 10,000

Final = 224,898

Max drawdown = 37.5%

Good work Crodzilla

We can add several trailing function to make the EA better. There are some additional too that must be added if we are serious to develop this EA. But right now the main focus is to implement the NN function to this EA.

Maybe someone can explain step by step about detail how to program NN to EA? I have spent a lot of time but still don't get the point yet.

Reason: