Torrent Downloads » Other » [ CourseMega com ] Udemy - Backtesting Crypto Trading Strategies with Python & C + + 2021
Other
[ CourseMega com ] Udemy - Backtesting Crypto Trading Strategies with Python & C + + 2021
Torrent info
Name:[ CourseMega com ] Udemy - Backtesting Crypto Trading Strategies with Python & C + + 2021
Infohash: E1DA926D6D4BBBB18B5887D2E1F9C74CD7FFDCF1
Total Size: 2.75 GB
Magnet: Magnet Download
Seeds: 0
Leechers: 1
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2026-01-17 16:07:58 (Update Now)
Torrent added: 2021-09-28 01:03:19
Alternatives:[ CourseMega com ] Udemy - Backtesting Crypto Trading Strategies with Python & C + + 2021 Torrents
Torrent Files List
Get Bonus Downloads Here.url (Size: 2.75 GB) (Files: 724)
Get Bonus Downloads Here.url
~Get Your Files Here !
1. Introduction
1. Why Is Backtesting Essential.mp4
1. Why Is Backtesting Essential.srt
2. Common Mistakes When Backtesting.mp4
2. Common Mistakes When Backtesting.srt
3. Course Organization.mp4
3. Course Organization.srt
2. Setting Up the Coding Environment
1. Install Python 3.mp4
1. Install Python 3.srt
2. Install and Configure PyCharm.mp4
2. Install and Configure PyCharm.srt
3. Source Code for Each Lecture.html
source
Section 3
10. Request the list of Symbols
exchanges
__pycache__
binance.cpython-39.pyc
binance.py
main.py
11. Request Historical Data from Binance
exchanges
__pycache__
binance.cpython-39.pyc
binance.py
main.py
12. Request Historical Data from Any Crypto Exchange
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
13. Collect the Full Price History of a Symbol (Part 1)
data_collector.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
utils.py
14. Collect the Full Price History of a Symbol (Part 2)
data_collector.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
utils.py
8. Create an Entry Point Logger Exchange Class
main.py
9. Create the Binance Client Class
exchanges
binance.py
main.py
Section 4
15. What is HDF5 and why use it
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
utils.py
16. Create an HDF5 Dataset with h5py
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
utils.py
17. Insert Data to a Dataset
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
utils.py
18. Get the Min Max Timestamp of the Dataset
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
utils.py
19. Fetch Data from a Dataset
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
utils.py
20. Convert 1-minute candlesticks to any Timeframe
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
utils.py
Section 5
23. Backtesting Interface
backtester.py
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
utils.py
24. On-Balance Volume Coding
backtester.py
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
strategies
__pycache__
obv.cpython-39.pyc
obv.py
utils.py
26. Ichimoku Coding
backtester.py
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
ichimoku.py
obv.py
utils.py
28. Support & Resistance Coding - Identify the price levels
backtester.py
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
29. Support & Resistance Coding Check the Breakouts
backtester.py
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
30. Support & Resistance Coding Open Close Positions
backtester.py
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
31. Dynamically Input your Parameters
backtester.py
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
32. Speed Up your Backtest with Numpy Arrays
backtester.py
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
33. Performance Indicator - the Maximum Drawdown
backtester.py
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
Section 6
36. Run your First C++ Program
backtester.py
backtestingCpp
CMakeLists.txt
main.cpp
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
37. Open and Close an HDF5 file with the C library
backtester.py
backtestingCpp
CMakeLists.txt
Database.cpp
Database.h
main.cpp
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
38. Get the HDF5 Data
backtester.py
backtestingCpp
CMakeLists.txt
Database.cpp
Database.h
main.cpp
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
39. Resample the 1-minute Candlesticks
backtester.py
backtestingCpp
CMakeLists.txt
Database.cpp
Database.h
Utils.cpp
Utils.h
main.cpp
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
40. SMA Cross-over Strategy Class
backtester.py
backtestingCpp
CMakeLists.txt
Database.cpp
Database.h
Utils.cpp
Utils.h
main.cpp
strategies
Sma.cpp
Sma.h
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
41. SMA Cross-over Strategy Execute the Backtest
backtester.py
backtestingCpp
CMakeLists.txt
Database.cpp
Database.h
Utils.cpp
Utils.h
main.cpp
strategies
Sma.cpp
Sma.h
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
43. Parabolic SAR Coding
backtester.py
backtestingCpp
CMakeLists.txt
Database.cpp
Database.h
Utils.cpp
Utils.h
main.cpp
strategies
Psar.cpp
Psar.h
Sma.cpp
Sma.h
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
44. Load your C++ Library into Python
backtester.py
backtestingCpp
CMakeLists.txt
Database.cpp
Database.h
Utils.cpp
Utils.h
main.cpp
strategies
Psar.cpp
Psar.h
Sma.cpp
Sma.h
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
Section 7
46. Prepare the Optimizer Module
backtester.py
backtestingCpp
CMakeLists.txt
Database.cpp
Database.h
Utils.cpp
Utils.h
main.cpp
strategies
Psar.cpp
Psar.h
Sma.cpp
Sma.h
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
optimizer.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
47. Generate the Initial Population
backtester.py
backtestingCpp
CMakeLists.txt
Database.cpp
Database.h
Utils.cpp
Utils.h
main.cpp
strategies
Psar.cpp
Psar.h
Sma.cpp
Sma.h
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
models.py
optimizer.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
48. Evaluate the Population
backtester.py
backtestingCpp
CMakeLists.txt
Database.cpp
Database.h
Utils.cpp
Utils.h
main.cpp
strategies
Psar.cpp
Psar.h
Sma.cpp
Sma.h
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
models.py
optimizer.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
49. Non-dominated Sorting
backtester.py
backtestingCpp
CMakeLists.txt
Database.cpp
Database.h
Utils.cpp
Utils.h
main.cpp
strategies
Psar.cpp
Psar.h
Sma.cpp
Sma.h
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
models.py
optimizer.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
50. Crowding Distance Calculation
backtester.py
backtestingCpp
CMakeLists.txt
Database.cpp
Database.h
Utils.cpp
Utils.h
main.cpp
strategies
Psar.cpp
Psar.h
Sma.cpp
Sma.h
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
models.py
optimizer.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
51. Generate the Offspring Population
backtester.py
backtestingCpp
CMakeLists.txt
Database.cpp
Database.h
Utils.cpp
Utils.h
main.cpp
strategies
Psar.cpp
Psar.h
Sma.cpp
Sma.h
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
models.py
optimizer.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
52. Create the Next Generation
backtester.py
backtestingCpp
CMakeLists.txt
Database.cpp
Database.h
Utils.cpp
Utils.h
main.cpp
strategies
Psar.cpp
Psar.h
Sma.cpp
Sma.h
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
models.py
optimizer.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
53. Random Parameter Constraints
backtester.py
backtestingCpp
CMakeLists.txt
Database.cpp
Database.h
Utils.cpp
Utils.h
main.cpp
strategies
Psar.cpp
Psar.h
Sma.cpp
Sma.h
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
models.py
optimizer.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
54. Implement the NSGA-2 Process
backtester.py
backtestingCpp
CMakeLists.txt
Database.cpp
Database.h
Utils.cpp
Utils.h
main.cpp
strategies
Psar.cpp
Psar.h
Sma.cpp
Sma.h
data_collector.py
database.py
exchanges
__pycache__
binance.cpython-39.pyc
ftx.cpython-39.pyc
binance.py
ftx.py
main.py
models.py
optimizer.py
strategies
__pycache__
ichimoku.cpython-39.pyc
obv.cpython-39.pyc
support_resistance.cpython-39.pyc
ichimoku.py
obv.py
support_resistance.py
utils.py
cmake_kit.json
3. Market Data Collection
1. What is an API and How to Use it.mp4
1. What is an API and How to Use it.srt
2. Create an Entry Point Logger Exchange Class.mp4
2. Create an Entry Point Logger Exchange Class.srt
3. Create the Binance Client Class.mp4
3. Create the Binance Client Class.srt
4. Request the List of Symbols.mp4
4. Request the List of Symbols.srt
5. Request Historical Data From Binance.mp4
5. Request Historical Data From Binance.srt
6. Request Historical Data From Any Crypto Exchange.mp4
6. Request Historical Data From Any Crypto Exchange.srt
7. Collect the Full Price History of a Symbol (Part 1).mp4
7. Collect the Full Price History of a Symbol (Part 1).srt
8. Collect the Full Price History of a Symbol (Part 2).mp4
8. Collect the Full Price History of a Symbol (Part 2).srt
4. Storing the Market Data to an HDF5 Database
1. What Is HDF5 and Why Use it.mp4
1. What Is HDF5 and Why Use it.srt
2. Create an HDF5 Dataset With h5py.mp4
2. Create an HDF5 Dataset With h5py.srt
3. Insert Data to a Dataset.mp4
3. Insert Data to a Dataset.srt
4. Get the MinMax Timestamp of the Dataset.mp4
4. Get the MinMax Timestamp of the Dataset.srt
5. Fetch Data From a Dataset.mp4
5. Fetch Data From a Dataset.srt
6. Convert 1-minute Candlesticks to any Timeframe.mp4
6. Convert 1-minute Candlesticks to any Timeframe.srt
5. Strategy Backtesting With Python
1. Introduction to Backtesting With Python.mp4
1. Introduction to Backtesting With Python.srt
10. Support & Resistance Coding Open Close Positions.mp4
10. Support & Resistance Coding Open Close Positions.srt
11. Dynamically Input Your Parameters.mp4
11. Dynamically Input Your Parameters.srt
12. Speed Up Your Backtest With Numpy Arrays.mp4
12. Speed Up Your Backtest With Numpy Arrays.srt
13. Performance Indicator the Maximum Drawdown.mp4
13. Performance Indicator the Maximum Drawdown.srt
2. On-Balance Volume Trading Strategy.mp4
2. On-Balance Volume Trading Strategy.srt
3. Backtesting Interface.mp4
3. Backtesting Interface.srt
4. On-Balance Volume Coding.mp4
4. On-Balance Volume Coding.srt
5. Ichimoku Trading Strategy.mp4
5. Ichimoku Trading Strategy.srt
6. Ichimoku Coding.mp4
6. Ichimoku Coding.srt
7. Support & Resistance Trading Strategy.mp4
7. Support & Resistance Trading Strategy.srt
8. Support & Resistance Coding Identify the Price Levels.mp4
8. Support & Resistance Coding Identify the Price Levels.srt
9. Support & Resistance Coding Check the Breakouts.mp4
9. Support & Resistance Coding Check the Breakouts.srt
6. High-performance Backtesting with C++
1. Set Up the C++ Coding Environment (Windows users).mp4
1. Set Up the C++ Coding Environment (Windows users).srt
1.1 cmake_kit.json
10. Parabolic SAR Coding.mp4
10. Parabolic SAR Coding.srt
11. Load Your C++ Library Into Python.mp4
11. Load Your C++ Library Into Python.srt
2. Set Up the C++ Coding Environment (Mac OS users).mp4
2. Set Up the C++ Coding Environment (Mac OS users).srt
3. Run Your First C++ Program.mp4
3. Run Your First C++ Program.srt
4. Open and Close an HDF5 File With the C library.mp4
4. Open and Close an HDF5 File With the C library.srt
5. Get the HDF5 Data.mp4
5. Get the HDF5 Data.srt
6. Resample the 1-minute Candlesticks.mp4
6. Resample the 1-minute Candlesticks.srt
7. SMA Cross-over Strategy Class.mp4
7. SMA Cross-over Strategy Class.srt
8. SMA Cross-over Strategy Execute the Backtest.mp4
8. SMA Cross-over Strategy Execute the Backtest.srt
9. Parabolic SAR Trading Strategy.mp4
9. Parabolic SAR Trading Strategy.srt
7. Backtesting Optimization
1. Introduction to Optimization and Genetic Algorithms.mp4
1. Introduction to Optimization and Genetic Algorithms.srt
10. Implement the NSGA-2 Process.mp4
10. Implement the NSGA-2 Process.srt
2. Prepare the Optimizer Module.mp4
2. Prepare the Optimizer Module.srt
3. Generate the Initial Population.mp4
3. Generate the Initial Population.srt
4. Evaluate the Population.mp4
4. Evaluate the Population.srt
5. Non-Dominated Sorting.mp4
5. Non-Dominated Sorting.srt
6. Crowding Distance Calculation.mp4
6. Crowding Distance Calculation.srt
7. Generate the Offspring Population.mp4
7. Generate the Offspring Population.srt
8. Create the Next Generation.mp4
8. Create the Next Generation.srt
9. Random Parameter Constraints.mp4
9. Random Parameter Constraints.srt
Bonus Resources.txt
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ CourseMega com ] Udemy - Backtesting Crypto Trading Strategies with Python & C + + 2021 Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size






