Quote from FutsTrader111:
The best line is this one:
"Cantabs systematic strategies are un-tuned and are predominately parameter free."
Any living breathing computerized system has parameters and constraints built in.
Very simply, whether the parameters are external:
F(x,y,z) {
return(x+y+z);
}
x = 1;
y = 2;
z = 3;
val = F(x,y,z);
Or internal:
F() {
type x, y, z;
x = 1;
y = 2;
z = 3;
return(x+y+z);
}
They still are ***KNOWN*** parameters so don't believe that bs at all.