goldfly
06-08-2007, 04:04 PM
When I compile.....
This works:
double upperBoll = BollingerMine(2, 25).Upper[0];
This doesn't:
double LSMA = LinReg(25).y[0];
It says the indicator LinReg.y is inaccessible due to its protection level.
But it looks the same as the bollinger
Help????
This works:
double upperBoll = BollingerMine(2, 25).Upper[0];
This doesn't:
double LSMA = LinReg(25).y[0];
It says the indicator LinReg.y is inaccessible due to its protection level.
But it looks the same as the bollinger
Help????