Chaos kernel function using the logistic map?
...l() { //--- double w, j; w=(r*x*(1-x)); for(j=0;j<=limitmap;j++) { w=(r*w*(1-w)); } double p1 = iCustom(TimeFrame,Symbol(),"PFE",x5,true,5,0,0);// This is a...1091 days ago
Experimental Gaussian kernel function for genetic optimized neural net
...xp(-x4*x4/2);double p1 = iCustom(NULL,Symbol(),"PFE",x5,true,5,0,0);// This is the inputdouble p2 = iCustom(NULL,Symbol(),"PFE",x6,true,5,0,0);double p3 = i...ed and scaled properly. The technical indicator PFE is very appropriate because i...3978 days ago