├── .gitignore ├── BitcoinAlgo.py ├── BitcoinBenchmark.py ├── LICENSE ├── README.md ├── Resample.py └── krakenUSD_15m.csv /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaacdlp/bitcoin/HEAD/.gitignore -------------------------------------------------------------------------------- /BitcoinAlgo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaacdlp/bitcoin/HEAD/BitcoinAlgo.py -------------------------------------------------------------------------------- /BitcoinBenchmark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaacdlp/bitcoin/HEAD/BitcoinBenchmark.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaacdlp/bitcoin/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaacdlp/bitcoin/HEAD/README.md -------------------------------------------------------------------------------- /Resample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaacdlp/bitcoin/HEAD/Resample.py -------------------------------------------------------------------------------- /krakenUSD_15m.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isaacdlp/bitcoin/HEAD/krakenUSD_15m.csv --------------------------------------------------------------------------------