Skip to main content

Python for Algorithmic Trading: From Zero to Hero

Build your first automated trading strategy in 90 minutes

📅January 15, 2026
🕐2:00 PM - 3:30 PM EST
⏱️90 minutes

About This Webinar

Learn how to use Python to analyze financial data, build trading strategies, and automate your trading decisions. This hands-on webinar will take you from basic concepts to creating your first working trading algorithm. No prior Python experience required!

What You'll Learn

  • Set up Python environment for financial data analysis
  • Fetch and process real-time market data using APIs
  • Create simple trading indicators (Moving Averages, RSI, MACD)
  • Build and backtest a basic momentum trading strategy
  • Understand risk management principles
  • Deploy your first automated trading bot

Agenda

2:00 PM

Introduction & Setup

Overview of Python for trading, installing required libraries, and setting up your development environment.

2:15 PM

Data Acquisition

Learn to fetch historical and real-time market data using popular APIs like yfinance and Alpha Vantage.

2:35 PM

Technical Indicators

Build common trading indicators from scratch and understand when to use them.

2:55 PM

Strategy Development

Create a complete trading strategy with entry/exit rules and position sizing.

3:15 PM

Backtesting & Deployment

Test your strategy on historical data and learn deployment best practices.

3:25 PM

Q&A Session

Open discussion and answers to your questions.

Topics Covered

Python Basics for Finance
Pandas & NumPy
API Integration
Technical Analysis
Backtesting Frameworks
Risk Management
Trading Automation
Live Deployment

Speakers

Dr. Sarah Mitchell

Dr. Sarah Mitchell

Quantitative Trading Expert & Python Developer

10+ years of experience in algorithmic trading at top hedge funds. Creator of popular open-source trading libraries with 50k+ GitHub stars.

Who Should Attend

  • Aspiring algorithmic traders with basic programming knowledge
  • Retail investors looking to automate their trading strategies
  • Data scientists interested in financial markets
  • Software engineers exploring fintech opportunities
  • Students studying finance or computer science

Prerequisites

  • Basic understanding of stock market concepts (stocks, orders, etc.)
  • Computer with internet connection
  • Willingness to learn Python (no prior experience needed!)
  • Optional: GitHub account for accessing code repositories