Reason for question:
Steps to reproduce the problem:
LinRegIntercept
LinRegSlope
Both the indicators produce a curve which obviously contains information, but the Data Box only shows the full value for LinRegSlope (currently showing to 6DP), whereas DataBox has rounded the value of LinRegIntercept to only 2 DP (thus removing the significant part).
I cant see a way of specifying how many DP to display in the Data Box, so what do I need to set in an indicator (lets say LinRegInterceptFullDisplay) to ensure that the Data Box shows at least x (say 6) DP or SF?

Comment