Algorithmic Trading with Python and Quantopian p. 1

sentdex · Beginner ·🛠️ AI Tools & Apps ·9y ago
In this tutorial, we're going to begin talking about strategy back-testing. The field of back testing, and the requirements to do it right are pretty massive. Basically, what's required for us is to create a system that will take historical pricing data and simulate trading in that environment, and then gives us the results. https://pythonprogramming.net https://twitter.com/sentdex https://www.facebook.com/pythonprogramming.net/ https://plus.google.com/+sentdex
Watch on YouTube ↗ (saves to browser)

Playlist

Uploads from sentdex · sentdex · 0 of 60

← Previous Next →
1 How to Chart Keltner Channels in Python and Matplotlib - Finance and Math Tutorials
How to Chart Keltner Channels in Python and Matplotlib - Finance and Math Tutorials
sentdex
2 Moving Average Envelope (ENV) : Python Matplotlib Finance and Math Tutorials
Moving Average Envelope (ENV) : Python Matplotlib Finance and Math Tutorials
sentdex
3 Price Rate of Change (ROC) : Python Matplotlib Finance and Math Tutorials
Price Rate of Change (ROC) : Python Matplotlib Finance and Math Tutorials
sentdex
4 Python Programming Tutorial - How to Make a Stock Screener
Python Programming Tutorial - How to Make a Stock Screener
sentdex
5 Compression in Python Programming Tutorial
Compression in Python Programming Tutorial
sentdex
6 How to search Google in Python and JSON module tutorial.
How to search Google in Python and JSON module tutorial.
sentdex
7 How to do real-time Twitter Sentiment Analysis (or any analysis)
How to do real-time Twitter Sentiment Analysis (or any analysis)
sentdex
8 Python: How to open Big Data Files Buffering Tutorial
Python: How to open Big Data Files Buffering Tutorial
sentdex
9 Python Tutorial: Function Argument Unpacking
Python Tutorial: Function Argument Unpacking
sentdex
10 Python: Solving ValueError: Too many values to unpack
Python: Solving ValueError: Too many values to unpack
sentdex
11 Python Programming Tutorial: For else statement
Python Programming Tutorial: For else statement
sentdex
12 Python Programming Tutorial: While Else
Python Programming Tutorial: While Else
sentdex
13 Python Programming Tutorial: Try Except Else
Python Programming Tutorial: Try Except Else
sentdex
14 Python Programming Tutorial: Try Except Else Finally
Python Programming Tutorial: Try Except Else Finally
sentdex
15 Why Python 3? Python 2 vs Python 3
Why Python 3? Python 2 vs Python 3
sentdex
16 Installing Python 3 - How to install/use both Python 2 and Python 3
Installing Python 3 - How to install/use both Python 2 and Python 3
sentdex
17 Python 3 Tutorial: Print Function and Strings
Python 3 Tutorial: Print Function and Strings
sentdex
18 Python 3 Programming Tutorial: Math
Python 3 Programming Tutorial: Math
sentdex
19 Python 3 Programming Tutorial: Variables
Python 3 Programming Tutorial: Variables
sentdex
20 Python 3 programming tutorial: While Loop
Python 3 programming tutorial: While Loop
sentdex
21 Python 3 Programming Tutorial - For loop
Python 3 Programming Tutorial - For loop
sentdex
22 Python 3 Programming Tutorial: If Statement
Python 3 Programming Tutorial: If Statement
sentdex
23 Python 3 Programming Tutorial: If Else
Python 3 Programming Tutorial: If Else
sentdex
24 Python 3 Programming Tutorial: If Elif Else
Python 3 Programming Tutorial: If Elif Else
sentdex
25 Build Your Own Supercomputer 1 - About Supercomputers
Build Your Own Supercomputer 1 - About Supercomputers
sentdex
26 Build Your Own Supercomputer 2 - Supplies needed
Build Your Own Supercomputer 2 - Supplies needed
sentdex
27 Build Your Own Supercomputer 3 - Installing operating system
Build Your Own Supercomputer 3 - Installing operating system
sentdex
28 Build Your Own Supercomputer 4 - Downloading/Installing an MPI
Build Your Own Supercomputer 4 - Downloading/Installing an MPI
sentdex
29 Build Your Own Supercomputer 6 - Copying Master Node
Build Your Own Supercomputer 6 - Copying Master Node
sentdex
30 Build Your Own Supercomputer 5 - Testing supercomputer process
Build Your Own Supercomputer 5 - Testing supercomputer process
sentdex
31 Build Your Own Supercomputer 7 - Setting up Master Login
Build Your Own Supercomputer 7 - Setting up Master Login
sentdex
32 Build Your Own Supercomputer 8 - Completing our 2-Node supercomputer
Build Your Own Supercomputer 8 - Completing our 2-Node supercomputer
sentdex
33 Getting MPI4py and MPI tutorial-  Supercomputing and Parallel Programming in Python and MPI 1
Getting MPI4py and MPI tutorial- Supercomputing and Parallel Programming in Python and MPI 1
sentdex
34 Getting Node Rank tutorial - Supercomputing and Parallel Programming in Python and MPI 2
Getting Node Rank tutorial - Supercomputing and Parallel Programming in Python and MPI 2
sentdex
35 Conditional Statements tutorial - Supercomputing and Parallel Programming in Python and MPI 3
Conditional Statements tutorial - Supercomputing and Parallel Programming in Python and MPI 3
sentdex
36 Network Size tutorial- Supercomputing and Parallel Programming in Python and MPI 4
Network Size tutorial- Supercomputing and Parallel Programming in Python and MPI 4
sentdex
37 Sending and Receiving data tutorial - Supercomputing and Parallel Programming in Python and MPI 5
Sending and Receiving data tutorial - Supercomputing and Parallel Programming in Python and MPI 5
sentdex
38 Dynamically sending and receiving tutorial - Parallel Programming in Python and MPI 6
Dynamically sending and receiving tutorial - Parallel Programming in Python and MPI 6
sentdex
39 Data tagging tutorial - Supercomputing and Parallel Programming in Python and MPI 7
Data tagging tutorial - Supercomputing and Parallel Programming in Python and MPI 7
sentdex
40 Broadcasting with bcast tutorial - Supercomputing and Parallel Programming in Python and MPI 8
Broadcasting with bcast tutorial - Supercomputing and Parallel Programming in Python and MPI 8
sentdex
41 Scatter tutorial - Supercomputing and Parallel Programming in Python and MPI 9
Scatter tutorial - Supercomputing and Parallel Programming in Python and MPI 9
sentdex
42 Gather tutorial - Supercomputing and Parallel Programming in Python and MPI 10
Gather tutorial - Supercomputing and Parallel Programming in Python and MPI 10
sentdex
43 Monte Carlo Simulation and Python 1 - Intro
Monte Carlo Simulation and Python 1 - Intro
sentdex
44 Monte Carlo Simulation and Python 2 - Dice Function
Monte Carlo Simulation and Python 2 - Dice Function
sentdex
45 Monte Carlo Simulation and Python 3 - Simple Bettor Creation
Monte Carlo Simulation and Python 3 - Simple Bettor Creation
sentdex
46 Monte Carlo Simulation and Python 4 - Plotting with Matplotlib
Monte Carlo Simulation and Python 4 - Plotting with Matplotlib
sentdex
47 Monte Carlo Simulation and Python 5 - Martingale Strategy
Monte Carlo Simulation and Python 5 - Martingale Strategy
sentdex
48 Monte Carlo Simulation and Python 6 - Bettor Statistics
Monte Carlo Simulation and Python 6 - Bettor Statistics
sentdex
49 Monte Carlo Simulation and Python 7 - More comparison
Monte Carlo Simulation and Python 7 - More comparison
sentdex
50 Monte Carlo Simulation and Python 8 - Graphing Results
Monte Carlo Simulation and Python 8 - Graphing Results
sentdex
51 Monte Carlo Simulation and Python 9 Fixing Debt Issues
Monte Carlo Simulation and Python 9 Fixing Debt Issues
sentdex
52 Monte Carlo Simulation and Python 10 -Analyzing some results
Monte Carlo Simulation and Python 10 -Analyzing some results
sentdex
53 Monte Carlo Simulation and Python 12 - Checking Results
Monte Carlo Simulation and Python 12 - Checking Results
sentdex
54 Monte Carlo Simulation and Python 11 - Using Monte Carlo to find best multiple
Monte Carlo Simulation and Python 11 - Using Monte Carlo to find best multiple
sentdex
55 Monte Carlo Simulation and Python 13 - D'Alembert Strategy
Monte Carlo Simulation and Python 13 - D'Alembert Strategy
sentdex
56 Monte Carlo Simulation and Python 14 - 50/50 odds
Monte Carlo Simulation and Python 14 - 50/50 odds
sentdex
57 Monte Carlo Simulation and Python 15 - Analysis of D'Alembert
Monte Carlo Simulation and Python 15 - Analysis of D'Alembert
sentdex
58 Monte Carlo Simulation and Python 16 - Comparing profitability
Monte Carlo Simulation and Python 16 - Comparing profitability
sentdex
59 Monte Carlo Simulation and Python 17 - Using Monte Carlo to find best D'Alembert Increment
Monte Carlo Simulation and Python 17 - Using Monte Carlo to find best D'Alembert Increment
sentdex
60 Monte Carlo Simulation and Python 18 - 2D charting monte carlo variables
Monte Carlo Simulation and Python 18 - 2D charting monte carlo variables
sentdex
ChatGPT vs Perplexity vs NotebookLM 🤯 Who’s Best for Learning?
Next Up
ChatGPT vs Perplexity vs NotebookLM 🤯 Who’s Best for Learning?
Analytics Vidhya