[DB-SIG] numbers with correct decimals places

2016-04-28 Thread Edilson Santos
Hi, I'm using a Michael Halls-Moore's source code, posted on https://www.quantstart.com/articles/Forecasting-Financial-Time-Series-Part-1 The original code import the Yahoo's data, using a user-defined function. This function imports the data set with the correct number of decimal places. I've made

Re: [DB-SIG] numbers with correct decimals places

2016-04-28 Thread M.-A. Lemburg
On 27.04.2016 15:14, Edilson Santos wrote: > Hi, > I'm using a Michael Halls-Moore's source code, posted on > https://www.quantstart.com/articles/Forecasting-Financial-Time-Series-Part-1 > The original code import the Yahoo's data, using a user-defined function. > This function imports the data set