Charting π (PI)

Discussion in 'Technical Analysis' started by Tavurth, Jul 3, 2015.

Which chart is PI?

  1. Chart A

  2. Chart B

Results are only viewable after voting.
  1. Tavurth

    Tavurth


    Chart A:

    ChartA.png
    ChartA2.png
    Chart B:
    ChartB.png
    ChartB2.png

    Either Charts A or Charts B are PI. Can you tell which are which?
     
    Last edited: Jul 3, 2015
  2. nitro

    nitro

    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.
     
  3. Tavurth

    Tavurth

    I ran it as a sequence:
    3.141592653 => array(3,1,4,1,5,9,2,6,5,3);

    Then normalised the results with -4.5, so that there was an even distribution of +ve and -ve numbers.

    Edit: Finally, converted normalised values into a OHLC bar format.
     
  4. nitro

    nitro

    Ok, then why are those candles (or bars can't quite tell) and not a line?
     
  5. Tavurth

    Tavurth

    I concatenated the values until completion of a set 'time' period.
     
  6. nitro

    nitro

    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)

    Although, if pi is essentially random, shouldn't matter and the statistics are probably extremely similar.
     
  7. Tavurth

    Tavurth

    I think if I told you the timeframes of either chart, the answer would be more obvious. I'll wait for a few more votes.

    I was fuzz testing my neural network, and found the PI charts remarkably similar to an actual marketplace. They're good for the testing procedure anyhow.
     
  8. nitro

    nitro

    It is strange that neither chart has gaps.
     
    wrbtrader likes this.
  9. nitro

    nitro

    The only vote I see is mine. I voted B, but I would have to think about it.
     
  10. i960

    i960

    It's most likely only similar because numbers go up and down. You could probably do the same thing with any irrational number.
     
    #10     Jul 3, 2015