Better NN EA - page 7

 

Back Propagation NN example in msvc6

Files:
bpn.zip  42 kb
nn1.jpg  29 kb
ch1_3.pdf  60 kb
 

Hi Barnix,

Thanks for your very interesting posts.

With the command line C program how are the results put into MT4 is an MQ4 file not required ?

Thanks

Lee

 

Invoke the program from Windows:

fx5.exe EURUSD240.csv > result.txt

CSV files exported from MT4.

leeb:
Hi Barnix,

Thanks for your very interesting posts.

With the command line C program how are the results put into MT4 is an MQ4 file not required ?

Thanks

Lee
 

Probabilistic NN (Classificaton, Bayesian NN) used by Better

Files:
nn2.jpg  33 kb
 

Naive Bayesian Classifier (=> PNN used by Better)

The probabilistic neural network is a direct continuation of the work on Bayes classifiers.

Files:
nn3.jpg  25 kb
bcview.part1.rar  1424 kb
bcview.part2.rar  585 kb
 

Thanks Barnix, I understand that bit but once we get the results how do we get metatrader to use them in forward testing ? Cheers

 

Hi

I am posting Better's trades and Leeb's trade.They are both different and at different times .I hope Leeb does not mind

If any objections Leeb let me know and I will stop and remove your image

This will add fuel to discussion

OILFXPRO

Files:
leeb_5_dec.jpg  288 kb
nett_5_dec.jpg  161 kb
 

I don't mind you using the image, as you can see last nights trades and current ones are sells so it's not a buy only system. It is different to "betters" but his system got me thinking and is good to see someone doing so well with an EA

 
leeb:
I don't mind you using the image, as you can see last nights trades and current ones are sells so it's not a buy only system. It is different to "betters" but his system got me thinking and is good to see someone doing so well with an EA

Leeb

You will be doing so well ,remember all your friends when you are trading from your Yacht

It is really great to see this thread and fresh air on this forum.This is how this forum should be

Keep it up guys.

OILFXPRO

 
Craig:
All TA is curve fitting, future predictions based on patterns in the past. NNs are just another way of looking for these patterns.

Exactly my point. The problem with nn's is that to train them you have to understand the theory behind them very well.

ps. I would take a look at genetic programming if you are into this stuff, it's in some ways much cleaner than nn's and the information and algorithms gained with genetic algorithms can be used as part of your normal algorithms as well.

For more info see

Genetic programming - Wikipedia, the free encyclopedia

or read couple of Kozas books.

Reason: