New metatrader 4 compatible indicators - page 119
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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
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.
Tomcat98Tomcat98
Thanks Will try tomorrow to set it up
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?
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
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
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) :
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.