filmov
tv
Trading Strategy in Python Using Conditional Probability

Показать описание
#tradingstrategy #python #codingtutorial #algorithmictrading #probability
What is this Trading Algorithm? 00:00 – 00:27
Get Historic Weekly Data 00:27 – 02:09
Conditional Probability 02:09 – 03:01
Mind of the Trading Algorithm 03:01 – 07:54
Visualize the Algorithm 07:54 – 08:38
Back Testing the Algorithm 08:38 – 10:26
In this video, we will create a trading algorithm that uses weekly conditional probability to buy or sell stock.
The trading algorithm buys and sells stocks weekly based on the conditional probability that the stock return will be positive this week given the return of last week. If the probability is greater than 50%, then the trading algorithm in python will automatically buy the stock. If the probability is less than 50%, then the trading algorithm will sell the stock.
This video will also use plotly in python to visualize the buy and sell signals from the algorithmic trading bot. We will also program a new conditional probability oscillator to see how the probability changes overtime.
Topics this coding video explores:
How to Code a Trading Algorithm in Python, How to use probability in stock market, Trade stocks using probability, Conditional Probability in Trading, How to Make a Trading Algorithm in Python, Algorithmic Trading in Python, Build an Oscillator in Python, Program a Trading Algorithm in Python, How to Back Test a Trading Strategy in Python
Intrendias is not financial advice
What is this Trading Algorithm? 00:00 – 00:27
Get Historic Weekly Data 00:27 – 02:09
Conditional Probability 02:09 – 03:01
Mind of the Trading Algorithm 03:01 – 07:54
Visualize the Algorithm 07:54 – 08:38
Back Testing the Algorithm 08:38 – 10:26
In this video, we will create a trading algorithm that uses weekly conditional probability to buy or sell stock.
The trading algorithm buys and sells stocks weekly based on the conditional probability that the stock return will be positive this week given the return of last week. If the probability is greater than 50%, then the trading algorithm in python will automatically buy the stock. If the probability is less than 50%, then the trading algorithm will sell the stock.
This video will also use plotly in python to visualize the buy and sell signals from the algorithmic trading bot. We will also program a new conditional probability oscillator to see how the probability changes overtime.
Topics this coding video explores:
How to Code a Trading Algorithm in Python, How to use probability in stock market, Trade stocks using probability, Conditional Probability in Trading, How to Make a Trading Algorithm in Python, Algorithmic Trading in Python, Build an Oscillator in Python, Program a Trading Algorithm in Python, How to Back Test a Trading Strategy in Python
Intrendias is not financial advice
Комментарии