Better NN EA development - page 67

 

SVM prediction with normalize=3 (RNG)

double C=50;

double g=1;

int svm_type=NU_SVR ;//C_SVC, NU_SVC, ONE_CLASS, EPSILON_SVR, NU_SVR

int kernel_type=RBF;//LINEAR, POLY, RBF, SIGMOID, PRECOMPUTED

int normalize=3;//1-normalize 0-

Files:
pnn_13.gif  14 kb
 

Thanks for sharing

I do seem to have some problems compiling it tho.

'svm288_18_6.mqh' - cannot open the program file C:\Programfiler\MetaTrader - Alpari UK\experts\indicators\AttribInd_3e_1.mq4 (18, 1)

could you post the mqh file?

 

mqh and dll files:

https://www.mql5.com/en/forum/178276/page44

mrpro:
Thanks for sharing

I do seem to have some problems compiling it tho.

'svm288_18_6.mqh' - cannot open the program file C:\Programfiler\MetaTrader - Alpari UK\experts\indicators\AttribInd_3e_1.mq4 (18, 1)

could you post the mqh file?
 

Gaussian Random Number Generator

using average=5, stddev=1

Files:
 
OnTheRoad:
...

fx[0] *= 1 / (MathPow(2.506628*0.1, 8640) ) * (1 / 4367);

=> fx[0] *= 1.4392e+5198 !!!!!!!

=> fx[1] *= 1.4539e+5198 !!!!!!!

these results are beyond the double precision of mt4.

do you agree these results?

If its a "precision" error due to the use of very small numbers, sometime a workaround is to use the logarithmes, but here something else seems wrong.

fx[0] = MathPow(10, MathLog(fx[0]) - 8640 * MathLog(0.256628) - MathLog(4367));

 
Better:
Hi guys!

I know that some swindlers are trying to sell allegedly my EA

I have already answered (in Russian) on the page

Automated Trading Championship 2007 that this EA is

not mine.

Actually, this (allegedly my) EA is a modification of Yury Reshetov's EA "Perceptron".

There is a discussion on mql4 site about it:

EA_Better. ??? ??? ??????? ? ??????.... - MQL4 ?????

You can freely download this EA from here:

http://forum.mql4.com/c/forum/2009/01/EA_Betterf.mq4

Alex

FOREX*PAMM

Hi Better,

You are here,Thanks for your info.

Could you show us more info about your great ea?Still your ea using PNN?Seems your ea running on EURUSD use pending orders recently?Any information is welcome,thank you.

 

Dear barnix,

I get a warrning from the compiler with the following to messeges:

Function "fmx_max" is not referenced and will be removed from exp-file

Function "fmx_min" is not referenced and will be removed from exp-file

Can you please help, Thank you.

Little Walker.

 

It is only a warning not error.

LittleWalker:
Dear barnix,

I get a warrning from the compiler with the following to messeges:

Function "fmx_max" is not referenced and will be removed from exp-file

Function "fmx_min" is not referenced and will be removed from exp-file

Can you please help, Thank you.

Little Walker.
 

Random Number Example script

Files:
pnn_15.gif  10 kb
 

How to Confirm?

barnix:
It is only a warning not error.

Dear Barnix,

Can you please tell me what is wrong with my indicator?

How do I know when to buy and sell?

Thank you for your kind reply.

Little Walker.

Files:
669123.jpg  88 kb
Reason: