New metatrader 4 compatible indicators - page 119

 

Hi All ,

Got that mqh file.

I don't know if that can help.

#import "fann4mt_simple.dll"

int FANN_Create( int num_input, int num_output, int num_neurons_hidden );

int FANN_CreateFromFile( string fname );

void FANN_Save( int handle, string fname );

void FANN_Destroy( int handle );

void FANN_Train( int handle, double input[], double desired_output[] );

double FANN_Test( int handle, double input[], double desired_output[] );

void FANN_Run( int handle, double input[], double& out[] );

#import

fann4mt_simple.rar

Hope it can help.

Have a good WE.

Tomcat98

Files:
 
Tomcat98:
Hi All ,

Got that mqh file.

I don't know if that can help.

#import "fann4mt_simple.dll"

int FANN_Create( int num_input, int num_output, int num_neurons_hidden );

int FANN_CreateFromFile( string fname );

void FANN_Save( int handle, string fname );

void FANN_Destroy( int handle );

void FANN_Train( int handle, double input[], double desired_output[] );

double FANN_Test( int handle, double input[], double desired_output[] );

void FANN_Run( int handle, double input[], double& out[] );

#import

fann4mt_simple.rar

Hope it can help.

Have a good WE.

Tomcat98

Tomcat98

Thanks Will try tomorrow to set it up

 
mladen:
Tomcat98 Thanks Will try tomorrow to set it up

They seem to have something (mqh) similar here : Download | Fann2Mql.

 

Thanks to all for responding. I got another site thro' google.

Library Version | Forex Wiki Trading

 

These interesting indicator displays in main chart. But, I try to add the indicator it opens a blank sub window?

Files:
 

This indicator is supposed to paint blue and red dots but it seems to be painting blue dots only. Please fix, thank you.

close_line.mq4

Files:
 

Guys

Regarding fann4mt indicator : sorry, but none of the dlls accessible contains the functions that are use in the indicator (nn_setDebugChannel, nn_set_dataRange, nn_loadOrCreateNetwork, nn_isLoaded, createData, nn_scaleDataRange, .... and all the rest). It seems that it was posted at some stage at mq site, but it does not exist there any more. Also, the site of the author does not exist any more

So, unfortunately, I can not do anything to make it work

 
chan123:
These interesting indicator displays in main chart. But, I try to add the indicator it opens a blank sub window?

It works OK on my terminal (it is a sort of a zigzag) :

Files:
but.gif  67 kb
 
madopter:
This indicator is supposed to paint blue and red dots but it seems to be painting blue dots only. Please fix, thank you. close_line.mq4

It needs "LSMA" indicator too in order to show the second color

 

Hi mladen,

may I ask for some more help with the attached indicators? Especially the "Alex ....." seems to be very interesting. Thank you in advance.

Reason: