ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

20,726 results

Ryan O'Connell, CFA, FRM
Backtesting a Trading Strategy in Python With AI Generated Code

Join Ryan O'Connell, CFA, FRM, as he guides you through backtesting a trading strategy using Python, enhanced with ...

32:57
Backtesting a Trading Strategy in Python With AI Generated Code

24,244 views

1 year ago

CodeTrading
How To Backtest A Trading Strategy in Python

In this video I am presenting a backtesting method using the backtesting.py package. We will backtest a winning strategy using ...

21:00
How To Backtest A Trading Strategy in Python

75,896 views

4 years ago

neurotrader
How I Develop Trading Strategies | Permutation Tests and Trading Strategy Development with Python

This is how I develop trading strategies. Code: https://github.com/neurotrader888/mcpt Strategy Development Reference Books ...

21:54
How I Develop Trading Strategies | Permutation Tests and Trading Strategy Development with Python

332,522 views

9 months ago

Algo-trading with Saleh
GPT: Triple moving average strategy in Python makes 4983%

In this video, you'll see a Python trading strategy that incorporates the TEMA, CMO, and ADX indicators. It achieved a 4983% PNL ...

20:54
GPT: Triple moving average strategy in Python makes 4983%

19,206 views

5 months ago

Algo-trading with Saleh
GPT: ADX scalping strategy in Python makes 4479%

In this video, I will show you a Python strategy using the ADX directional index, Williams %R, and a moving average, which ...

21:02
GPT: ADX scalping strategy in Python makes 4479%

17,765 views

6 months ago

Chad Thackray
Backtesting.py - Full course in python

A full course covering all you need to know about the backtesting.py python library. Backtesting.py is a lightweight backtesting ...

1:09:34
Backtesting.py - Full course in python

250,250 views

3 years ago

Algo-trading with Saleh
GPT: Mean Reversion strategy in Python makes 813%

In this video, I will be writing a mean reversion strategy in Python that produces 813% in the backtest. It also has a high win rate in ...

29:06
GPT: Mean Reversion strategy in Python makes 813%

28,035 views

4 months ago

Brieuc Leysour
Comment BACKTESTER une STRATÉGIE de TRADING en PYTHON ? (Avec VectorBT)

Abonne-toi : https://www.youtube.com/channel/UCUI_7_TlU-5LB9sYpio1bAg?sub_confirmation=1 Rapports stratégiques ...

23:52
Comment BACKTESTER une STRATÉGIE de TRADING en PYTHON ? (Avec VectorBT)

4,735 views

1 year ago

Profit Labs
How to Backtest ANY STRATEGY in Python | Python For Trading

Backtest is a fundamental backbone of any systematic strategy but many people don't know how to backtest there strategy. In this ...

21:32
How to Backtest ANY STRATEGY in Python | Python For Trading

41,845 views

3 years ago

Trading Heroes
I Backtested 21 Years of Market Data in 6 Seconds with ChatGPT: This Changes Everything

AI changes the game for independent traders by allowing us to backtest trading strategy ideas FAST. Learn how to do it for free ...

23:40
I Backtested 21 Years of Market Data in 6 Seconds with ChatGPT: This Changes Everything

240,922 views

7 months ago

Saketh Ramakrishna
Learn How to Backtest Strategies Using Python Part 1

Check Services on: https://www.quickalpha.in/services Start Trading with Delta Exchnage : Start smaller ...

22:41
Learn How to Backtest Strategies Using Python Part 1

11,823 views

10 months ago

CodeTrading
Maximizing Profits with Python Backtesting: Price Breakout Strategy & Dynamic Trade Management

A comprehensive guide on backtesting a price breakout strategy using Python and maximizing profits through dynamic trade ...

24:18
Maximizing Profits with Python Backtesting: Price Breakout Strategy & Dynamic Trade Management

21,606 views

2 years ago

Algo-trading with Saleh
GPT: Trading Strategy in Python makes 805% (+ Monte Carlo simulation results)

In this video, I will walk you through a simple swing trading strategy in Python, which generates 805% at the end of our backtest.

25:19
GPT: Trading Strategy in Python makes 805% (+ Monte Carlo simulation results)

4,050 views

2 months ago

ATJ Traders - Algo Trading
Code a Simple Moving Average (SMA) Crossover Trading Strategy in Python

Learn Algorithmic Trading: https://www.atjresearch.com Download Link for Members: ...

27:40
Code a Simple Moving Average (SMA) Crossover Trading Strategy in Python

28,564 views

4 years ago

Algo-trading with Saleh
Pairs-trading strategy from scratch in Python

In this video, I will explain what a pairs trading strategy is. I will demonstrate it in a Jupyter notebook and then write the code in ...

36:05
Pairs-trading strategy from scratch in Python

173,699 views

11 months ago

Robot Traders
Backtest Crypto Trading Strategies in Python

10% discount on all trading fees with my Bitget registration link : https://bonus.bitget.com/Robottraders In this tutorial, we dive ...

24:59
Backtest Crypto Trading Strategies in Python

4,650 views

2 years ago

Algo-trading with Saleh
GPT: KAMA Scalping Strategy in Python Makes 795%

In this video, I'll introduce you to the KAMA Indicator and demonstrate how to implement it as a scalping strategy using Python ...

20:41
GPT: KAMA Scalping Strategy in Python Makes 795%

60,081 views

1 year ago

OpenAlgo
Building Trading Strategies in Python -  Part 1

Join our Flagship Python Live Mentorship program for Traders QuantFlow 2.0 - July 2025 Edition ...

2:02:22
Building Trading Strategies in Python - Part 1

6,038 views

5 months ago

Algovibes
I Backtested a Trading Strategy in Python with ZERO Libraries!

In this video, I take on the ultimate Python challenge: backtesting a trading strategy without using a single library—no pandas, ...

21:09
I Backtested a Trading Strategy in Python with ZERO Libraries!

4,311 views

10 months ago

Coding With Russ
Moving Average Crossover Trading System Backtest in Python

In this video I will backtest a moving average crossover trading system in Python using the pandas module. I will simulate the ...

24:06
Moving Average Crossover Trading System Backtest in Python

11,735 views

4 years ago

SignalChaser
Trading Strategy in Python Using Backtrader | Tutorial

Tutorial on how to set up a simple EMA cross strategy in Backtrader.

20:46
Trading Strategy in Python Using Backtrader | Tutorial

1,793 views

1 year ago

The Good, The Bad And The Bitcoin
How To Use AI To Backtest Your Trading Strategy (My Strategy Turned 10k into 700k in 2.7 years!)

In this video, I'll show you EXACTLY how to use AI (Claude Code, ChatGPT, or DeepSeek) to backtest your trading strategies and ...

23:31
How To Use AI To Backtest Your Trading Strategy (My Strategy Turned 10k into 700k in 2.7 years!)

703 views

3 months ago

CodeTrading
How To Code A Trail Stop In Python Strategy Backtesting

Trailing stop, or stop loss strategy is presented and coded in python for algorithmic trading methods. The strategy is Backtested ...

23:02
How To Code A Trail Stop In Python Strategy Backtesting

24,755 views

4 years ago

ATJ Traders - Algo Trading
London Breakout Trading System | Backtesting with Python

Subscribe to our Membership to access our Code & Research shown on our Youtube Channel: ...

32:57
London Breakout Trading System | Backtesting with Python

8,162 views

2 years ago

Algovibes
Backtesting Rayner Teos RSI SMA Trading Strategy in Python [Part II]

Thanks for watching :-) This video is showing a backtest of the presented Trading strategy involving a RSI SMA combination ...

30:09
Backtesting Rayner Teos RSI SMA Trading Strategy in Python [Part II]

18,451 views

4 years ago