├── .gitignore ├── BTCUSD Analysis for Different Time Horizons.ipynb ├── Correlation Analysis.ipynb ├── Double Exponential Average.ipynb ├── Exponential Average.ipynb ├── Heatmap and Surface plot.ipynb ├── LICENSE ├── MovingAverage.py ├── Price_Data.py ├── README.md ├── S&P 500 SMA, EMA and DEMA.ipynb ├── S&P 500 Time Horizons.ipynb ├── Walkforwards and Correlation.ipynb └── paper └── main.tex /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Globe-Research/bittrends/HEAD/.gitignore -------------------------------------------------------------------------------- /BTCUSD Analysis for Different Time Horizons.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Globe-Research/bittrends/HEAD/BTCUSD Analysis for Different Time Horizons.ipynb -------------------------------------------------------------------------------- /Correlation Analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Globe-Research/bittrends/HEAD/Correlation Analysis.ipynb -------------------------------------------------------------------------------- /Double Exponential Average.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Globe-Research/bittrends/HEAD/Double Exponential Average.ipynb -------------------------------------------------------------------------------- /Exponential Average.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Globe-Research/bittrends/HEAD/Exponential Average.ipynb -------------------------------------------------------------------------------- /Heatmap and Surface plot.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Globe-Research/bittrends/HEAD/Heatmap and Surface plot.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Globe-Research/bittrends/HEAD/LICENSE -------------------------------------------------------------------------------- /MovingAverage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Globe-Research/bittrends/HEAD/MovingAverage.py -------------------------------------------------------------------------------- /Price_Data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Globe-Research/bittrends/HEAD/Price_Data.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Globe-Research/bittrends/HEAD/README.md -------------------------------------------------------------------------------- /S&P 500 SMA, EMA and DEMA.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Globe-Research/bittrends/HEAD/S&P 500 SMA, EMA and DEMA.ipynb -------------------------------------------------------------------------------- /S&P 500 Time Horizons.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Globe-Research/bittrends/HEAD/S&P 500 Time Horizons.ipynb -------------------------------------------------------------------------------- /Walkforwards and Correlation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Globe-Research/bittrends/HEAD/Walkforwards and Correlation.ipynb -------------------------------------------------------------------------------- /paper/main.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Globe-Research/bittrends/HEAD/paper/main.tex --------------------------------------------------------------------------------