[ CourseMega Com ] Udemy - Backtesting Crypto Trading Strategies with Python & C + + 2021
File List
| File | Size |
|---|---|
| Get Bonus Downloads Here.url | 180 B |
| ~Get Your Files Here !/1. Introduction/1. Why Is Backtesting Essential.mp4 | 24.7 MB |
| ~Get Your Files Here !/1. Introduction/1. Why Is Backtesting Essential.srt | 7.24 KB |
| ~Get Your Files Here !/1. Introduction/2. Common Mistakes When Backtesting.mp4 | 31.56 MB |
| ~Get Your Files Here !/1. Introduction/2. Common Mistakes When Backtesting.srt | 9.08 KB |
| ~Get Your Files Here !/1. Introduction/3. Course Organization.mp4 | 12.22 MB |
| ~Get Your Files Here !/1. Introduction/3. Course Organization.srt | 4.3 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/1. Install Python 3.mp4 | 10.49 MB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/1. Install Python 3.srt | 2.07 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/2. Install and Configure PyCharm.mp4 | 21.86 MB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/2. Install and Configure PyCharm.srt | 6.34 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/3. Source Code for Each Lecture.html | 426 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/10. Request the list of Symbols/exchanges/__pycache__/binance.cpython-39.pyc | 1.64 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/10. Request the list of Symbols/exchanges/binance.py | 1.31 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/10. Request the list of Symbols/main.py | 677 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/11. Request Historical Data from Binance/exchanges/__pycache__/binance.cpython-39.pyc | 2.23 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/11. Request Historical Data from Binance/exchanges/binance.py | 2.09 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/11. Request Historical Data from Binance/main.py | 727 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/12. Request Historical Data from Any Crypto Exchange/exchanges/__pycache__/binance.cpython-39.pyc | 2.23 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/12. Request Historical Data from Any Crypto Exchange/exchanges/__pycache__/ftx.cpython-39.pyc | 2.22 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/12. Request Historical Data from Any Crypto Exchange/exchanges/binance.py | 2.09 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/12. Request Historical Data from Any Crypto Exchange/exchanges/ftx.py | 2.22 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/12. Request Historical Data from Any Crypto Exchange/main.py | 1007 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/13. Collect the Full Price History of a Symbol (Part 1)/data_collector.py | 909 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/13. Collect the Full Price History of a Symbol (Part 1)/exchanges/__pycache__/binance.cpython-39.pyc | 2.23 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/13. Collect the Full Price History of a Symbol (Part 1)/exchanges/__pycache__/ftx.cpython-39.pyc | 2.22 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/13. Collect the Full Price History of a Symbol (Part 1)/exchanges/binance.py | 2.09 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/13. Collect the Full Price History of a Symbol (Part 1)/exchanges/ftx.py | 2.22 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/13. Collect the Full Price History of a Symbol (Part 1)/main.py | 1.17 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/13. Collect the Full Price History of a Symbol (Part 1)/utils.py | 124 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/14. Collect the Full Price History of a Symbol (Part 2)/data_collector.py | 2.18 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/14. Collect the Full Price History of a Symbol (Part 2)/exchanges/__pycache__/binance.cpython-39.pyc | 2.23 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/14. Collect the Full Price History of a Symbol (Part 2)/exchanges/__pycache__/ftx.cpython-39.pyc | 2.22 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/14. Collect the Full Price History of a Symbol (Part 2)/exchanges/binance.py | 2.09 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/14. Collect the Full Price History of a Symbol (Part 2)/exchanges/ftx.py | 2.22 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/14. Collect the Full Price History of a Symbol (Part 2)/main.py | 1.17 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/14. Collect the Full Price History of a Symbol (Part 2)/utils.py | 124 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/8. Create an Entry Point Logger Exchange Class/main.py | 594 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/9. Create the Binance Client Class/exchanges/binance.py | 949 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 3/9. Create the Binance Client Class/main.py | 594 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/15. What is HDF5 and why use it/data_collector.py | 2.25 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/15. What is HDF5 and why use it/database.py | 156 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/15. What is HDF5 and why use it/exchanges/__pycache__/binance.cpython-39.pyc | 2.23 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/15. What is HDF5 and why use it/exchanges/__pycache__/ftx.cpython-39.pyc | 2.22 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/15. What is HDF5 and why use it/exchanges/binance.py | 2.09 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/15. What is HDF5 and why use it/exchanges/ftx.py | 2.22 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/15. What is HDF5 and why use it/main.py | 1.17 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/15. What is HDF5 and why use it/utils.py | 124 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/16. Create an HDF5 Dataset with h5py/data_collector.py | 2.28 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/16. Create an HDF5 Dataset with h5py/database.py | 362 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/16. Create an HDF5 Dataset with h5py/exchanges/__pycache__/binance.cpython-39.pyc | 2.23 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/16. Create an HDF5 Dataset with h5py/exchanges/__pycache__/ftx.cpython-39.pyc | 2.22 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/16. Create an HDF5 Dataset with h5py/exchanges/binance.py | 2.09 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/16. Create an HDF5 Dataset with h5py/exchanges/ftx.py | 2.22 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/16. Create an HDF5 Dataset with h5py/main.py | 1.17 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/16. Create an HDF5 Dataset with h5py/utils.py | 124 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/17. Insert Data to a Dataset/data_collector.py | 2.32 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/17. Insert Data to a Dataset/database.py | 684 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/17. Insert Data to a Dataset/exchanges/__pycache__/binance.cpython-39.pyc | 2.23 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/17. Insert Data to a Dataset/exchanges/__pycache__/ftx.cpython-39.pyc | 2.22 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/17. Insert Data to a Dataset/exchanges/binance.py | 2.09 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/17. Insert Data to a Dataset/exchanges/ftx.py | 2.22 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/17. Insert Data to a Dataset/main.py | 1.17 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/17. Insert Data to a Dataset/utils.py | 124 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/18. Get the Min Max Timestamp of the Dataset/data_collector.py | 2.43 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/18. Get the Min Max Timestamp of the Dataset/database.py | 1.58 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/18. Get the Min Max Timestamp of the Dataset/exchanges/__pycache__/binance.cpython-39.pyc | 2.23 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/18. Get the Min Max Timestamp of the Dataset/exchanges/__pycache__/ftx.cpython-39.pyc | 2.22 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/18. Get the Min Max Timestamp of the Dataset/exchanges/binance.py | 2.09 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/18. Get the Min Max Timestamp of the Dataset/exchanges/ftx.py | 2.22 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/18. Get the Min Max Timestamp of the Dataset/main.py | 1.17 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/18. Get the Min Max Timestamp of the Dataset/utils.py | 124 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/19. Fetch Data from a Dataset/data_collector.py | 2.85 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/19. Fetch Data from a Dataset/database.py | 2.46 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/19. Fetch Data from a Dataset/exchanges/__pycache__/binance.cpython-39.pyc | 2.23 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/19. Fetch Data from a Dataset/exchanges/__pycache__/ftx.cpython-39.pyc | 2.22 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/19. Fetch Data from a Dataset/exchanges/binance.py | 2.09 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/19. Fetch Data from a Dataset/exchanges/ftx.py | 2.22 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/19. Fetch Data from a Dataset/main.py | 1.17 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/19. Fetch Data from a Dataset/utils.py | 124 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/20. Convert 1-minute candlesticks to any Timeframe/data_collector.py | 2.85 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/20. Convert 1-minute candlesticks to any Timeframe/database.py | 2.46 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/20. Convert 1-minute candlesticks to any Timeframe/exchanges/__pycache__/binance.cpython-39.pyc | 2.23 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/20. Convert 1-minute candlesticks to any Timeframe/exchanges/__pycache__/ftx.cpython-39.pyc | 2.22 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/20. Convert 1-minute candlesticks to any Timeframe/exchanges/binance.py | 2.09 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/20. Convert 1-minute candlesticks to any Timeframe/exchanges/ftx.py | 2.22 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/20. Convert 1-minute candlesticks to any Timeframe/main.py | 1.17 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 4/20. Convert 1-minute candlesticks to any Timeframe/utils.py | 489 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 5/23. Backtesting Interface/backtester.py | 363 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 5/23. Backtesting Interface/data_collector.py | 2.85 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 5/23. Backtesting Interface/database.py | 2.46 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 5/23. Backtesting Interface/exchanges/__pycache__/binance.cpython-39.pyc | 2.23 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 5/23. Backtesting Interface/exchanges/__pycache__/ftx.cpython-39.pyc | 2.22 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 5/23. Backtesting Interface/exchanges/binance.py | 2.09 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 5/23. Backtesting Interface/exchanges/ftx.py | 2.22 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 5/23. Backtesting Interface/main.py | 2.62 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 5/23. Backtesting Interface/utils.py | 489 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 5/24. On-Balance Volume Coding/backtester.py | 414 B |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 5/24. On-Balance Volume Coding/data_collector.py | 2.85 KB |
| ~Get Your Files Here !/2. Setting Up the Coding Environment/source/Section 5/24. On-Balance Volume Coding/database.py | 2.46 KB |
Trackers
No trackers found.