Algorithmic Trading Using Python #3 - Key Concepts

  Рет қаралды 73,880

TradeOptionsWithMe

TradeOptionsWithMe

3 жыл бұрын

In this 3rd video of this algorithmic trading course, we will go through the key concepts of the QuantConnect API that you need to know to be able to code your own trading algorithms. These key concepts include how time is being handled inside of QC, the general outline of a QC algorithm, as well as the importance of symbol objects.
Create your free QuantConnect account: www.quantconnect.com/?ref=towm
(This is a referral link)
Next video in this series: • Algorithmic Trading Us...
Check out the Full Algorithmic Trading Playlist: • Full Algorithmic Tradi...
Follow me on:
Facebook: / tradeoptionswithme
Twitter: / louis_options
Pinterest: / louistradeoptionswithme
Instagram: / tradeoptionswithme

Пікірлер: 50
@Pplwithnoname
@Pplwithnoname 3 жыл бұрын
This is truly beautiful. Thank you for teaching this to us for free.
@missjennablejen
@missjennablejen 3 жыл бұрын
Thanks so much for taking the time to make these videos. They are so helpful!
@wayne7936
@wayne7936 3 жыл бұрын
Subscribed just for this series. Great work so far!
@tappiera
@tappiera 3 жыл бұрын
please don't stop the series! Thumbed up
@GuyFawkes911
@GuyFawkes911 3 жыл бұрын
I can't wait for the next part.
@unknownman5296
@unknownman5296 2 жыл бұрын
Love your videos man !!! please make more
@skillbasedtutorials1716
@skillbasedtutorials1716 2 жыл бұрын
Thank you so much, awesome work!
@MrPlaymakerz69
@MrPlaymakerz69 3 жыл бұрын
im very excited for these videos.
@mrmoh2
@mrmoh2 3 жыл бұрын
The more I see this course the more I'm having got hyped
@newoptionz
@newoptionz 2 жыл бұрын
Thanks for the series.
@mukeshd3796
@mukeshd3796 3 жыл бұрын
Good video series. Very well done!
@pampagrimaldi8584
@pampagrimaldi8584 2 жыл бұрын
Amazing video mate!
@landon.wilkins
@landon.wilkins Жыл бұрын
You're amazing. Thank you!
@dhruvagarwal288
@dhruvagarwal288 3 ай бұрын
Really amazing Thanks for this
@ComputerScienceSimplified
@ComputerScienceSimplified 3 жыл бұрын
Awesome video, keep up the incredible work! :)
@TradeOptionsWithMe
@TradeOptionsWithMe 3 жыл бұрын
Thank you!
@leu2304
@leu2304 3 жыл бұрын
Waiting so much next this tutorial is briliant. I spend so much time with Qc trying to figure out. Could you please make one part about how to trade options and how to select needed deltas?
@TradeOptionsWithMe
@TradeOptionsWithMe 3 жыл бұрын
Yes, options will be covered later in the series.
@hunychung9126
@hunychung9126 2 жыл бұрын
Hello! I had a question about the last note you left about using object over ticker. If there is ambiguity of using ticker symbols, how would creating a symbol from the ticker have any difference? Like if ticker "AAPL" meant google in a different brokerage, wouldn't self.aapl still hold the google ticker? Additionally, why would we need to make the object for more information to execute this set of instructions? From what I understand, addEquity is essentially a buy and it seems it really only requires the ticker for the code to distinguish which stock you are buying. Thank you!
@businessweb3.035
@businessweb3.035 3 жыл бұрын
Good sir ,please continuous
@sidexside1439
@sidexside1439 2 жыл бұрын
Why is CC disabled for this video?
@v2blaster228
@v2blaster228 3 жыл бұрын
3:44 I think you meant to say "you cannot access data IN FRONT* of this time frontier", otherwise backtesting would be impossible. Great video series, thank you for your work!
@TradeOptionsWithMe
@TradeOptionsWithMe 3 жыл бұрын
Depends on the perspective. I meant behind when looking at it from the past, but I can see how this can be misunderstood.
@mmomran
@mmomran 2 жыл бұрын
Where I can find a complete reference for (QCAlgorithm) and (Symbol) classes? i.e. all class members and examples?
@mohammadsarhan2077
@mohammadsarhan2077 4 ай бұрын
i wish if you can let us to enable the CC option
@donut4popo
@donut4popo 3 жыл бұрын
Thanks for making these videos. Will future ones be 10min long too? I appreciate your hard work but don’t you think your pacing is too slow?
@TradeOptionsWithMe
@TradeOptionsWithMe 3 жыл бұрын
No, future videos will be longer, especially the coding ones. I’m doing the best I can.
@donut4popo
@donut4popo 3 жыл бұрын
@@TradeOptionsWithMe thanks for the response, I'll be more patient knowing
@minhducbui9660
@minhducbui9660 Жыл бұрын
Thanks u for your free sharing but can you make the Eng or auto Eng subtitles please !
@akshathole6641
@akshathole6641 3 жыл бұрын
More videos please
@EricWanyoike
@EricWanyoike 3 жыл бұрын
/so far enjoying your work. great job. can i use binance on quantconnect ?
@TradeOptionsWithMe
@TradeOptionsWithMe 3 жыл бұрын
You can check out the list of supported brokers here: www.quantconnect.com/brokerages?ref=towm
@Quantconnect
@Quantconnect 3 жыл бұрын
Binance is coming soon!
@onwanou4913
@onwanou4913 2 жыл бұрын
@@Quantconnect it's been 3 months.... "soon" takes time... it'd be great if we could use binance on it, i think many people are waiting
@Quantconnect
@Quantconnect 2 жыл бұрын
@@onwanou4913 Sorry for the delay NOK, we're doing our best to get the new brokerage shipped. For now its available via the LEAN CLI - kzfaq.info/get/bejne/fqqdrZqKqJ_IoIU.html&ab_channel=QuantConnect
@GuyFawkes911
@GuyFawkes911 3 жыл бұрын
In the supported Brokers list www.quantconnect.com/brokerages?ref=towm it says you need x USD for each broker. But none of them allow live trading. This confuses me. Is there a away to life trade?
@TradeOptionsWithMe
@TradeOptionsWithMe 3 жыл бұрын
They all allow live trading.
@user-bh3gd9sg2e
@user-bh3gd9sg2e 5 ай бұрын
01:16 Understanding key concepts and basic algorithm skeleton in QuantConnect API 02:32 Look-ahead bias can lead to inaccurate trading decisions. 03:48 Lean only allows using data at the end time of a bar to avoid look-ahead bias. 05:04 Understanding the time frontier and the default time zone in QuantConnect algorithm 06:20 Initializing algorithm and event handlers 07:36 Symbol object in algorithmic trading 08:52 Symbol objects hold more information than tickers and should always be used. 10:06 Using symbol objects and saving variables are key concepts in algorithmic trading.
@definty
@definty 3 жыл бұрын
This is so hot. I love you! And thanks
@8ym3TV
@8ym3TV 3 жыл бұрын
would anyone be interested in forming an accountability group? The group's objective would be to meet once a week and review what we've learned while also motivating each other. I'll make the discord server. Also OP thanks a lot for this video series, no one gives out this kind of information for free. Bless your soul
@piku9712
@piku9712 9 ай бұрын
Yes
@charlesmichelpierr45
@charlesmichelpierr45 2 жыл бұрын
I cannot find the video 1 and 2 ?
@TradeOptionsWithMe
@TradeOptionsWithMe 2 жыл бұрын
Here is the first video and the overview of all the videos: kzfaq.info/get/bejne/e8uDpbSVxsiUo2Q.html Note that there is a link to the entire playlist in the description box of each video
@captainamado
@captainamado 3 жыл бұрын
Cant believe i got in so early
@yvesilboudo7009
@yvesilboudo7009 3 жыл бұрын
I love this series but part of me wishes it wasn't all tied to QuantConnect. Can you please upload a video on how to start from scratch?
@TradeOptionsWithMe
@TradeOptionsWithMe 3 жыл бұрын
Well creating a trading engine from scratch requires a lot more effort and I don’t know how big the target audience for that would be. If it helps, you can also set up QuantConnect’s open source LEAN engine for local development.
@yvesilboudo7009
@yvesilboudo7009 3 жыл бұрын
@@TradeOptionsWithMe What would it take for you to do a video on that? It would really be worth your time to show what its like starting from scratch.
@geoffl
@geoffl 3 жыл бұрын
I spend 0 hrs/week earning SPY returns passively. Does this beat that?
@TradeOptionsWithMe
@TradeOptionsWithMe 3 жыл бұрын
Depends on the algorithm you create.
@geoffl
@geoffl 3 жыл бұрын
Is this larping or have you actually built a profitable algo?
Algorithmic Trading Using Python #4 - Handling Data
18:02
TradeOptionsWithMe
Рет қаралды 75 М.
I Built a Trading Bot with ChatGPT
18:33
Siraj Raval
Рет қаралды 1,8 МЛН
🌊Насколько Глубокий Океан ? #shorts
00:42
La revancha 😱
00:55
Juan De Dios Pantoja 2
Рет қаралды 61 МЛН
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1 МЛН
5 Amazing Ways to Automate Your Life using Python
18:40
Internet Made Coder
Рет қаралды 205 М.
How Financial Firms Actually Make Money
22:40
QuantPy
Рет қаралды 330 М.
Why Independent Quants Don't Exist
10:14
Dimitri Bianco
Рет қаралды 53 М.
What is Algorithmic Trading & How to Get Started
15:56
TradeOptionsWithMe
Рет қаралды 537 М.
Deep Learning with Python, TensorFlow, and Keras tutorial
20:34
sentdex
Рет қаралды 1,2 МЛН
Stock Chart Analysis with GPT4o Omni (Python Tutorial)
8:41
Part Time Larry
Рет қаралды 174 М.
QuantConnect LEAN Algorithmic Trading Engine - Getting Started
46:08
Part Time Larry
Рет қаралды 57 М.