Forum

Why my EA couldnt make a test for long time

Hi, with the new update for meta trader i am no longer can make a test for my EA's just for a short period and then the test stop automaticlly i was working with old one and every thing was fine and all that is happen with the new update, any help. take a look to this EA

Please help with FANN neuro network

Hi all, i made this ea which based on FANN neuro, i had created the network file and trained it with FANN Tool then i tried to create the neuro network by calling function: ann = f2M_create_from_file( "Close.net" ); and every time i got the same error (FANN_DOUBLE_ERROR) so always the output is

Please help with Gann Square of Nine Grid

Any ideas on how to fill an array in a "clockwise spiral" fashion?. If I create a form whose seed number is 1. With an upper max of X*Y. The array dimensions will be the square root of X*Y or Array(X,Y). If I had another one dimensional array with the numbers 1 thru X*Y, how can I fill the main

Please help with this code for linear regression

Hi all, again and sorry for misunderstanding: take a look to this indicator and you definitely figure what i meant with (" problem is that i have to wait to next day to draw if i put it on chart today ") if you put it on live chart you will not see any thing (and that is the problem) so test it on

Linear Regression ..... help

i have this indicator which paint the central line of the linear regression and what i want is how to calculate the upper and lower lines like the linear regression