What do you think of the demo report? 330x deposit increase in 2 hours - page 41

 
Fibo писал (а) >>

Did you post this instead of the can? and the tester? Yes .........................................

i posted the bank as above ... should have read it ... i brought the tester so i wouldn't show it yet) you can see it for yourself ... as long as it says it's trading the same way i used it)

 
Who can tell me what the difference is?
double perceptron1()   {
   double       w1 = x12 - 100;
   double       w2 = x22 - 100;
   double       w3 = x32 - 100;
   double       w4 = x42 - 100;
   double a1 = Close[0] - Open[p2];
   double a2 = Open[p2] - Open[p2 * 2];
   double a3 = Open[p2 * 2] - Open[p2 * 3];
   double a4 = Open[p2 * 3] - Open[p2 * 4];
   return(w1 * a1 + w2 * a2 + w3 * a3 + w4 * a4);
}

double perceptron2()   {
   double       w1 = x13 - 100;
   double       w2 = x23 - 100;
   double       w3 = x33 - 100;
   double       w4 = x43 - 100;
   double a1 = Close[0] - Open[p3];
   double a2 = Open[p3] - Open[p3 * 2];
   double a3 = Open[p3 * 2] - Open[p3 * 3];
   double a4 = Open[p3 * 3] - Open[p3 * 4];
   return(w1 * a1 + w2 * a2 + w3 * a3 + w4 * a4);
}

double perceptron3()   {
   double       w1 = x14 - 100;
   double       w2 = x24 - 100;
   double       w3 = x34 - 100;
   double       w4 = x44 - 100;
   double a1 = Close[0] - Open[p4];
   double a2 = Open[p4] - Open[p4 * 2];
   double a3 = Open[p4 * 2] - Open[p4 * 3];
   double a4 = Open[p4 * 3] - Open[p4 * 4];
   return(w1 * a1 + w2 * a2 + w3 * a3 + w4 * a4);
}
and here's the same code.
double perceptron()
{
double kf1 = x1 - 100.0;
double kf2 = x2 - 100.0;
double kf3 = x3 - 100.0;
double kf4 = x4 - 100.0;
double price1 = Close[0] - Open[7];
double price2 = Open[7] - Open[14];
double price3 = Open[14] - Open[21];
double price4 = Open[21] - Open[28];

return(kf1 * price1 + kf2 * price2 + kf3 * price3 + kf4 * price4);
}
I think a lot of people will think (not nerds),
 
yes by the way hint ) this is for you to note and develop the topic in the direction of Neural Networks.....
 
Question: how does a post depict a burp?
 
Korey писал (а) >>
Question: how do you do a burp in a post?

you can't... you can spam it in your post... burp Korey.)
 

I've seen your posts... and scripts... you need to learn MQL4 first and then come here to the guys... instead of spamming 2670 times... first read the small note on top

I
will try to answer your questions and correct them,
 
Nadejnie писал (а) >>

I've seen your posts... and scripts... you need to learn MQL4 first and then come here to the guys... instead of spamming 2670 times... first read this little note above

28.07.2008 20:01
(toke not noubs
),

You shouldn't have. Maybe you just didn't think about it.

 
Nadejnie писал (а) >>

(at least not by newbies
),

And I would fix it. Only for newbies. Experienced and competent ones know very well what is this rake and will not step on it.

 

yes... hmm.... is out of date... ( and all the gimmick was that 1 is an old neural network and the second is an optimised neural network.... the whole point is... now as always before the championships the neural net is popular...

Let it go... the topic is closed... let it die... DOWN WITH THE PIPS !Let's go for the neural net!!!

That's the end of the story... :)

 

A drunken crow comes out of a bar - "Krrr...Prrrr...Trrrr...Frrrrr........Tugh! - CARRR!!!!" ))))