Started out attempting to code a CCI calculation in Python using the following code:
tpt = (spyData.Low + spyData.High + spyData.Close) / 3 tptAverage = tpt.