What do you mean chart pi. What method are you using to chart it? Pi is a single number. In order to convert it to a time series you have to have some way of going from a single number to multiple numbers.
Ok, then why are those candles (or bars can't quite tell) and not a line?I ran it as a sequence:
3.141592653 => array(3,1,4,1,5,9,2,6,5,3);
And then normalised the results with -4.5, so that there was an even distribution of +ve and -ve numbers.
Ok, then why are those candles (or bars can't quite tell) and not a line?
Edit: Finally, converted normalised values into a OHLC bar format.
Using how many numbers to use for a bar? So for example, how does this get turned into a bar:
(3, 1, 4, 1, 5, 9)