Тёмный

Algorithmic Trading - Machine Learning & Quant Strategies Course with Python 

freeCodeCamp.org
Подписаться 10 млн
Просмотров 581 тыс.
50% 1

In this comprehensive course on algorithmic trading, you will learn about three cutting-edge trading strategies to enhance your financial toolkit. In the first module, you'll explore the Unsupervised Learning Trading Strategy, utilizing S&P 500 stocks data to master features, indicators, and portfolio optimization.
Next, you'll leverage the power of social media with the Twitter Sentiment Investing Strategy, ranking NASDAQ stocks based on engagement and evaluating performance against the QQQ return. Lastly, the Intraday Strategy will introduce you to the GARCH model, combining it with technical indicators to capture both daily and intraday signals for potential lucrative positions.
✏️ Course developed by ‪@lachone_‬
💻 Code and course resources: github.com/Luchkata/Algorithm...
🔗 You can sign up for the data API used here: intelligence.financialmodelin...
🔗 Learn more about Lachezar and Quantitative Trading with Python here: www.quantfactory.ai/p/become-...
⭐️ Contents ⭐️
0:00:00 - Algorithmic Trading & Machine Learning Fundamentals
0:15:25 - Building An Unsupervised Learning Trading Strategy
2:05:08 - Building A Twitter Sentiment Investing Strategy
2:28:08 - Building An Intraday Strategy Using GARCH Model
🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 南宮千影
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan
👾 Oscar Rahnama
--
Learn to code for free and get a developer job: www.freecodecamp.org
Read hundreds of articles on programming: freecodecamp.org/news

Опубликовано:

 

16 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 244   
@sanethehappypill
@sanethehappypill 4 месяца назад
One thing I like about trading, everyone has an opinion n yet few are making money 💵
@nobodyknows3560
@nobodyknows3560 2 месяца назад
well there are some making money, else there won't be big hedge funds
@bokoaruka9819
@bokoaruka9819 2 месяца назад
@@nobodyknows3560 the big hedge funds won't share their opinions clearly though, only vaguely
@josephbutterwine
@josephbutterwine 28 дней назад
he failed
@sweealamak628
@sweealamak628 7 месяцев назад
This has been a privilege. I worked in finance for a long time but never had the chance to see what goes on behind the scenes at fund management. I was only exposed to traditional portfolio managers who's strategies were thematic in nature and qualitatively driven. I'll probably never use any of these techniques or strategies for personal finance but it really gets you thinking of how things can be approached from a large portfolio perspective. GARCH model is daunting but this inspires me to finally understand what my boss was talking about all those years ago 😅
@sweealamak628
@sweealamak628 7 месяцев назад
Turns out I can't even get the arch package to work. After pip install arch, can't even import it in Jupyter NB. 🤷🏻‍♂️
@eoinmcnulty5363
@eoinmcnulty5363 6 месяцев назад
GARCH is only daunting if you don't understand it.
@xyzplusxyzis2xyz
@xyzplusxyzis2xyz 7 месяцев назад
Your KMeans clustering is totally useless when you're not normalizing the RSI values. In essence all the other features are just small noise in the clustering and you end up making the wrong conclusion that RSI is the main feature driving the clustering in your data.
@vzinko
@vzinko 6 месяцев назад
this is correct. upvoted
@Artificial_Eagle
@Artificial_Eagle 4 месяца назад
Yep, the clustering part was only to make the "algo" more appealing. I thought he would have actually analyze each cluster trying to find useful features...
@TyTy-gm8yb
@TyTy-gm8yb 3 месяца назад
This example is for intra-day and day-trading as specified at the beginning of the video. After a quick research the best indicator for this kind of trading is the RSi. Due to this the main feature chosen by him is the RSI because it is the best indicator for this kind of trading strategies.
@bobthebuilder9416
@bobthebuilder9416 3 месяца назад
Based comment
@nilomartinezjr4108
@nilomartinezjr4108 2 месяца назад
@@TyTy-gm8yb RSI is not the best indicator. It shows basically what has already happened in the past. It is by no means usable in a forecast model. Should you want to have useful data you could try using Money Flow, or simple price action with Volume. Or if possible, you can create a model using real time agression.
@femifasusi453
@femifasusi453 7 месяцев назад
Awesome 😎. I have been looking and waiting for this topic. Good job 👌❤️
@YouTuberTV-mc7wm
@YouTuberTV-mc7wm 4 месяца назад
I love your analysis, always on the point. And yes, Xeventy is a game changer. Great project!
@sophiophile
@sophiophile 7 месяцев назад
If you are concerned about stocks that fall out of tne S&P500 (survivorship bias), you could have just checked the top 150 against those that were always present in the S&P500 and then dropped those that werent from your dataset. (Or set some cut-off where it had to be present at least x% of the time)
@hammam92
@hammam92 2 месяца назад
Can you explain more about this?
@munivoltarc
@munivoltarc 7 месяцев назад
I am amazed to see algo videos rarely on RU-vid. I appreciate your work. Could you please make a similar kind of video on price action algo trading with Wyckoff multi-timeframe analysis, without using any indicators, and generate trades live through your machine learning or AI models? Many people are eagerly waiting to see these kinds of videos, but no one has ever made any price action trading videos. I request you to do so at the earliest. Thank you, Muni Babu
@flexorx
@flexorx 7 месяцев назад
Are you sure successful quant funds really trade Wyckoff, or what's worth - Fibonacci retracements? 😅
@munivoltarc
@munivoltarc 7 месяцев назад
@@flexorx what ever they do, price action plays right, that enough for us...😏
@albertohernandezaldamiz-ec2020
@albertohernandezaldamiz-ec2020 5 месяцев назад
Really interesting video. Thanks there are still people with the goal to teach. While I continue with my learning I have bought two bots for ES and NQ just to see how they work and they are giving me nice extra money for the last months. This also gives me the conviction that the authomated strategies could really work fine.
@natel.1059
@natel.1059 7 месяцев назад
Thanks for sharing! For the 1st project, I wonder how the clustering is different from selecting top RSI stocks in each month given RSI is not normalized? Or is it just for demoing the possibility of using the clustering algo?
@ShadowMind312
@ShadowMind312 7 месяцев назад
A fellow Bulgarian! Congratulations on your success, Lachezar!!
@lachone_
@lachone_ 7 месяцев назад
Thank you mate, cheers!
@jaimem1325
@jaimem1325 7 месяцев назад
Bulgarians don't play around, you know you stopped caring what people think when you don't code in dark mode.
@Ivelin
@Ivelin 7 месяцев назад
Excellent video. Thank you!
@Tiger-ep6hc
@Tiger-ep6hc 5 месяцев назад
the .loc doesn't fix the error encountered at 51:30 with values starting from 2020. It is actually the rolling average calc parameter min_periods=12 that you set that fixes the issue...
@dirty_haute
@dirty_haute 7 месяцев назад
It's not about beating the market, its about having an unsolvable problem that you can always use to learn against.
@over1498
@over1498 5 месяцев назад
Lol. It's about beating the market.
@Zlatanov688
@Zlatanov688 7 месяцев назад
Thank you for this treasure! Just bought your other course. Can’t wait to finish it🎉
@argu2026
@argu2026 7 месяцев назад
Thank you! Exactly what I've been looking for :3
@lukhanyovictor
@lukhanyovictor 6 месяцев назад
Are u a computer scientist?
@franciscogamarra10
@franciscogamarra10 7 месяцев назад
Hi, very good video and good job! But the daily signal volatility definition needs to be more conservative i.e. 1 std and not 1.5 std, due to the high CV of the signal ( to improve the results)
@richardsifeanyi6766
@richardsifeanyi6766 7 месяцев назад
Thanks for this. I've been looking forward to it. 🙏
@lukhanyovictor
@lukhanyovictor 6 месяцев назад
Are u a computer scientist?
@InezPhillips
@InezPhillips 4 дня назад
yyyyeah wow 9 in a row on the demo and 4 in live. Thanks. Been waiting for something that finally works for me. I understand now how it works.
@classicmedia001
@classicmedia001 7 месяцев назад
Can you clarify whether survivorship bias occurs when including data from a company that has gone bankrupt, or when excluding data from a company that has faced bankruptcy?
@user-sd2oj9gr8y
@user-sd2oj9gr8y 22 дня назад
u made everything look so easy!!! thank you for the lesson, I am trying to duplicate this lesson and go a little beyond in terms of generating a SQL dataset and making a potential web page out of it
@DesignMitho
@DesignMitho 7 месяцев назад
Thank you, I was looking for it!
@lukhanyovictor
@lukhanyovictor 6 месяцев назад
Good day , I would like to work with you on FOREX trading strategies
@Techify09
@Techify09 7 месяцев назад
Really good video iam curious can we apply this algoritmic trading to Forex markets?
@TheAsselmeier
@TheAsselmeier 6 месяцев назад
A good future use case might be the production, storage, use and trade of electricity in a household. Solar panels are so cheap, electricity is quite expensive/ volatile due to renewables at times. Electrification/ automatisation of households, variable prizes from providers, self production (photovoltaic cells), storage (e-cars, warm water, iot, refurbished battery cells,...), weather forecast,...
@tabotcharlesbessong3756
@tabotcharlesbessong3756 5 месяцев назад
Thank you so much for this Free Code Camp
@tabotcharlesbessong3756
@tabotcharlesbessong3756 5 месяцев назад
Please 🙏 🥺 do same for real estate
@jameswhand
@jameswhand 7 месяцев назад
Pretty cool! Thanks a lot!😁
@leander79416
@leander79416 2 месяца назад
spectacular free content - thank you SO much
@user-hn4dw8qt6c
@user-hn4dw8qt6c 3 месяца назад
Tested with data until today (feb-22-2024) and a 1:18:00 there were different clusters 3, on dec-31 there was a cluster with rsi = 80 and other where the top rsi was around 60
@classicmedia001
@classicmedia001 7 месяцев назад
Please could you recommend books on algorithmic trading with python or machine learning???
@joemaruhhh
@joemaruhhh Месяц назад
Very valuable information, thanks for your work!
@lucassanchez5939
@lucassanchez5939 3 месяца назад
MIL GRACIAS POR LOS SUBTÍTULOS EN ESPAÑOL❤❤❤❤❤
@dorothylynch8165
@dorothylynch8165 Месяц назад
Watching your video about trading help more to understand the beauty and benifits of trading, thank you for sharing.
@josephbutterwine
@josephbutterwine 28 дней назад
ugliness of trading in market??
@ashutoshshukla2325
@ashutoshshukla2325 6 месяцев назад
I think that you will win " The Python One Liner Award" !
@classicmedia001
@classicmedia001 7 месяцев назад
does yfinance has survivorship -bias free data?
@yawvoon2941
@yawvoon2941 7 месяцев назад
Thanks!
@johnsmith-qc8ud
@johnsmith-qc8ud 6 месяцев назад
Great video! Unfortunately normalization procedure in it introduces lookahead bias. You can't use the full range of values to calculate mean and stdev, you can only use the data from earlier dates at any given point of time.
@loganbishop4619
@loganbishop4619 5 месяцев назад
He collapses it to the end of the month. The number your swing consist of days before
@antoniozeus4
@antoniozeus4 29 дней назад
​@@loganbishop4619 upon further review, the normalization is applied per security using the entire time series so I think this is an issue raised by @johnsmith-qc8bud ... wouldn't the correct way to do this would be to apply normalization on a rolling basis?
@Macrodataswing
@Macrodataswing 4 месяца назад
Is quant for only stocks ? I haven't come across the major currencies.
@user-ey2qe2qv4s
@user-ey2qe2qv4s 4 месяца назад
How to get the current twitter sentiment data for real time trading?
@juergenx298
@juergenx298 6 месяцев назад
Very good content!
@scarbz
@scarbz 7 месяцев назад
Perfect for my Quant journey
@brianoconner8405
@brianoconner8405 5 месяцев назад
Are you following quant?
@rantg
@rantg 4 месяца назад
your quant journy will end soon when you realize it is just not possible, at all, you live in a dream if you think it is. There are just a small number of large organizations who can do this efficiently, it requires much more than a laptop.
@leJ226
@leJ226 7 месяцев назад
Thanks 🎉
@natel.1059
@natel.1059 6 месяцев назад
Thanks for sharing the video. Can anyone help me understand the daily signal part in the GARCH modeling? Is the belief that the higher predicted return volatility leads to a higher projected return? Doesn't higher volatility mean higher risk?
@natel.1059
@natel.1059 6 месяцев назад
NVM, the logic is reversed in the later code
@coldbrewed8308
@coldbrewed8308 5 месяцев назад
How do we generate the twitter sentiment dataset by ourself?
@NoDepositBonusForexToday
@NoDepositBonusForexToday 2 месяца назад
Thank you!
@ml11566
@ml11566 3 месяца назад
8:08 Workflow Process: 1. Collect and prepare the data, 2. Develop a hypothesis for a strategy, 3. Coding the model, 4. Backtest the strategy 9:19 Unsupervised Learning Project- uses ML strats without a labeled or predefined target variable. Unlike supervised learning because the model is not trained to make predictions, but to extract insights from data 12:45 Sentiment Investing Project - how people feel about stocks can impact stock prices/industries/overall market 14:04 Intraday Strategy Project- intraday approach means to buy/sell financial assets in same trady day to profit from short term price movements. Traders use real time data and risk management to make quick decisions and capitalize on market volatility 2:10:51
@pianoguyswe
@pianoguyswe 7 месяцев назад
Well, good luck making this profitable.... 😄There are exactly zero profitable strategies out in the open like this, for the simple reason that everyone who actually comes up with something profitable will keep is to themselves so as not to lose their edge on the market.
@darkstorm2653
@darkstorm2653 4 месяца назад
Do you build trading bots for fee?
@justchris846
@justchris846 7 месяцев назад
I’m so glad I have a day job!
@janoskovacs3237
@janoskovacs3237 6 месяцев назад
First 2 hours was ok, mainly about getting some basics about panda, and some clustering idea, though what I miss that if I understand correctly re-balancing/weigthing happens on montly basis, which at 150 security (worst case) it takes big amount of money as most of trading platform has minimum fees, as a consequences probably your extra strategy profit would be eaten by cost. It was fun, but I have doubts that's the way to get rich :)
@VictorsTravelvLog
@VictorsTravelvLog Месяц назад
i am confused. so you use kmeans clustering to select stocks. then you use 1 year of stock prices and efficient frontier to calculate weight of component stocks. you use 18 features to fit a regression model to get the beta coefficients, which basically tells you the weights of the features on each stock. however, you never use the regression model to make predictions. you only use the betas for clustering? so your 'model' does not have forecasting ability? or does it? and where is the bollinger bands and macd used?
@sabernajar5401
@sabernajar5401 3 месяца назад
Hello thanks a lot for this tutorial, is there any way to download the code please ?
@passaroquetemasanaovoa
@passaroquetemasanaovoa 7 месяцев назад
Nobody knows what's going to happen in the stock market. The tech stack is interesting though.
@sophiophile
@sophiophile 7 месяцев назад
1:34:23 Why do you take the log of the returns?
@christianc8265
@christianc8265 4 месяца назад
usually the log returns supposed to follow a normal distribution more closely. well it still doesn't. you would need tick data and use volume instead of time to get really close to a normal distribution.
@gibran.a.d
@gibran.a.d 7 месяцев назад
supperrrbzz...amazing..
@user-gl9tr6eq7e
@user-gl9tr6eq7e 7 месяцев назад
I'm a former quant. Back in my days we used to write all the algorithms ourselves on c++, including the Greeks to price options, multidimensional volatility surface(48) calculations per trad, etc.. Now days being a "data scientist" and a "quant" its about being just popular on social media.
@thenoblegod
@thenoblegod 6 месяцев назад
Hey,since you are a former quant ,I found it really intriguing .I'm currently working on a script for currency analysis and since I'm relatively new to the quant world , I'd love to connect and chat about it .Maybe we could share some insights and experiences .Let me know if you're open to it. Cheers!
@GoodaJayz
@GoodaJayz 6 месяцев назад
@@thenoblegodplease let me know when he messages you
@thetatso9462
@thetatso9462 5 месяцев назад
thanks mate you are a champ
@mohamedaityoussef9965
@mohamedaityoussef9965 7 месяцев назад
Youve went from coding to trading lol, tganks for everything
@alpserbetli6219
@alpserbetli6219 Месяц назад
how did you obtain the sentiment data sir ?
@anatolyalekseev101
@anatolyalekseev101 4 месяца назад
Doesn't it bother anyone that clustering is done on the ENTIRE dataset? and further asset selection is done month by month using cluster label that was computed using future data?
@partht21
@partht21 7 месяцев назад
Can you make for nse(india) trading. Because there is lot of freelancing job opportunity, but I can't find any good material or course to learn the algorithmic trading specifically for nse.
@manjeshsumukh2844
@manjeshsumukh2844 7 месяцев назад
Is there trading based freelancing in India?
@ashutoshshukla2325
@ashutoshshukla2325 7 месяцев назад
I think he means portfolio management.
@tushartiwari7929
@tushartiwari7929 6 месяцев назад
Don't bother with Indian clients on freelancing website for trading. They suck your time and not worth it. And trading on nse is no different than any other market if you get the fundamentals right.
@aleestvr2756
@aleestvr2756 11 дней назад
hi, i tried to copy your implementation. in the first project after 7th step, at for start_date in fixed_dates.keys() loop, i get an empty portfolio_df, with this error: "None of ['index'] are in the columns". i did not find out why
@kundansonawane849
@kundansonawane849 7 месяцев назад
Thanks ❤
@noneofyourbusiness8625
@noneofyourbusiness8625 7 месяцев назад
I love this so much ahahaha lets go!!!
@kumkan3588
@kumkan3588 7 месяцев назад
More Algo videos please
@PradipRimal-mc4hp
@PradipRimal-mc4hp Месяц назад
Can anyone explain what was the reason for choosing length of 20 for rsi and 14 for atr ?
@Maximus18.6
@Maximus18.6 2 месяца назад
Such an amazing video an content. You are magic, this content opens the door to explore different quantum trading strategies assited with artificial intelligence. For those who put destructive opinions , please fck yourselves and criticised when you contribute something. This is an awesome approach for beginners in the algorithm trading and machine learning field. This is the main stone for my project to develop an algorithmic trading strategy using quantitative methods, machine learning and artificial intelligence to create profitable long ansd short entry positions
@sajadghamari4748
@sajadghamari4748 5 месяцев назад
23:50 I guess ln is different from log in math which you used it in place of it.
@namanmadan5994
@namanmadan5994 5 месяцев назад
little confused if you took stocks with RSI around 70 of the previous month what was the logic to use a lot of features
@ennuiofpolicy
@ennuiofpolicy 3 месяца назад
I am on the same page with you. Have you got any response regarding that?
@VinayakGNair
@VinayakGNair 2 месяца назад
Is there any tutorial available which can reach how to get real-time data offered by brokers and place trade using api provided by broker. All these are in jupyter notebooks. I'm looking for something in real code which can run continuously
@user-el3lk1jj4j
@user-el3lk1jj4j 2 месяца назад
how do i install the anaconda prompt? i have python and vscode on my computer. thank you
@rantg
@rantg 4 месяца назад
after doing this for long time, with all sorts of advanced deep learning, math models, and whats not, i can surely say - this is not possible for the simple retail investor to have any alpha (or advantage) over the serious big organizations that do that. It is just not possible, just think that if it was, the biggest AI experts would already do finance and get rich. they aren't, they are making courses like this - because views on youtube pays more than algo trading. It is easy to sell programmers the idea that they are smarter and they can use special coding to make money. they cant.
@improv2736
@improv2736 3 месяца назад
after a while, I figured this was the case also
@TyTy-gm8yb
@TyTy-gm8yb 3 месяца назад
What's your expertise? I'm pretty sure you don't have even 1% the level of expertise of this guy.
@epo295
@epo295 7 месяцев назад
this thing is for students of python code. Not traders. But good video non the less
@FX-Avatar
@FX-Avatar Месяц назад
How much Profit did You do with this ? Thanks for the Info!
@WUNNA3500
@WUNNA3500 4 месяца назад
underrated
@mickolesmana5899
@mickolesmana5899 6 месяцев назад
thanks, now i can buy item in Jita
@yzqq748
@yzqq748 6 месяцев назад
For number 2, an error says "AttributeError: 'NoneType' object has no attribute 'iloc'". What shoud I do with this?
@Dcborge
@Dcborge 2 месяца назад
I am getting the same error and cannot find a workaround.
@sportingmeme3606
@sportingmeme3606 7 месяцев назад
This algorithmic trading can be applied to any liquid traded financial market like forex,stocks,and crypto , right?
@WolfAssassin75
@WolfAssassin75 6 месяцев назад
yes
@lukhanyovictor
@lukhanyovictor 6 месяцев назад
Good day , I would like to work with you on FOREX trading strategies
@DuyNamTruong
@DuyNamTruong 4 месяца назад
I think Xeventy´s XVT will be one of the top performers in bullrun 2024/2025.
@DalazG
@DalazG 4 месяца назад
Is this transferable to forex trading?
@ThayHa-wg9si
@ThayHa-wg9si 4 месяца назад
Don't miss the chance to be part of the Xeventy presale guys! Easy 50x till the end of the year, and I´m a very conservative
@gawincheung317
@gawincheung317 2 месяца назад
got an error on Calculate Rolling Factor Betas (58:04) . error message indicate : min_nobs must be larger than the number of regressors in the model and less than window. May i ask how can i resolve it ?
@KV45355
@KV45355 2 месяца назад
how do you present something like this in a portfolio?
@suraj.panddey
@suraj.panddey 5 месяцев назад
The api 'Sandbox api' you used in your previous video has stopped working.Any fix for this ?
@PavelSenko
@PavelSenko 4 месяца назад
Any publicly available trading strategy by definition is not working.
@Neuroszima
@Neuroszima 3 месяца назад
Exactly, but it still does giv eyou some insight on how to analyze data. The real thing is to come up with something that would work
@YaraYara-fw7vh
@YaraYara-fw7vh 2 месяца назад
thanks
@JuanYoga
@JuanYoga Месяц назад
01:04:25 "From this point on things can get really complicated." So, the previous hour was just the warm-up? *gulps nervously*
@pedrokotii2417
@pedrokotii2417 7 месяцев назад
Nice!
@natnaelabayneh7664
@natnaelabayneh7664 7 месяцев назад
4 hours into the course already, such a great mentor and way of teaching
@harikrishan2641
@harikrishan2641 7 месяцев назад
But the Total Video length as shown above is 2:59 hrs only
@reho5081
@reho5081 7 месяцев назад
Where is the additional hours from?
@weddou100
@weddou100 7 месяцев назад
bro is lying
@thamsanqamafuna2398
@thamsanqamafuna2398 7 месяцев назад
Very Funny.
@kitchiu4743
@kitchiu4743 3 месяца назад
Now the code doesn't work!!!
@epictetus__
@epictetus__ 7 месяцев назад
Bookmark: 15:00
@sophiophile
@sophiophile 7 месяцев назад
2:27:59 LOL, the twitter sentiment trading strategy was killing it right up until Elon Musk bought twitter. Hahah
@sahoodsd
@sahoodsd 4 месяца назад
does anyone else having error in the part where calculating rolling five year average of dollar_volumn and reassigning to the dollar_volumn column which converts every values to Nan code:- data['dollar_volume'] = data['dollar_volume'].unstack('Ticker').rolling(5*12).mean().stack()
@TheAISmarthub
@TheAISmarthub 7 месяцев назад
I have trading model that’s proven and I’ve broken down. Would there be anyone with quant experience willing to take my parameters and incorporate into a systematic trading algorithm?
@wrawlings146
@wrawlings146 3 месяца назад
Is any one else getting "None of ['index'] are in the columns" error about 1:57:00 when calculating wights?
@hammam92
@hammam92 2 месяца назад
change 'index' to "Ticker".
@pranavsingh1947
@pranavsingh1947 Месяц назад
@@hammam92 pls tell where
@hammam92
@hammam92 Месяц назад
@@pranavsingh1947 bro give me the code that gives the error.
@ishamsyahputra
@ishamsyahputra 16 дней назад
@@hammam92 .... returns_dataframe = np.log(new_df['Adj Close']).diff() portfolio_df = pd.DataFrame() for start_date in fixed_dates.keys(): try: end_date = (pd.to_datetime(start_date)+pd.offsets.MonthEnd(0)).strftime('%Y-%m-%d') cols = fixed_dates[start_date] optimization_start_date = (pd.to_datetime(start_date)-pd.DateOffset(months=12)).strftime('%Y-%m-%d') optimization_end_date = (pd.to_datetime(start_date)-pd.DateOffset(days=1)).strftime('%Y-%m-%d') optimization_df = new_df[optimization_start_date:optimization_end_date]['Adj Close'][cols] success = False try: weights = optimize_weights(prices=optimization_df, lower_bound=round(1/(len(optimization_df.columns)*2),3)) weights = pd.DataFrame(weights, index=pd.Series(0)) success = True except: print(f'Max Sharpe Optimization failed for {start_date}, Continuing with Equal-Weights') if success==False: weights = pd.DataFrame([1/len(optimization_df.columns) for i in range(len(optimization_df.columns))], index=optimization_df.columns.tolist(), columns=pd.Series(0)).T temp_df = returns_dataframe[start_date:end_date] temp_df = temp_df.stack().to_frame('return').reset_index(level=0)\ .merge(weights.stack().to_frame('weight').reset_index(level=0, drop=True), left_index=True, right_index=True)\ .reset_index().set_index(['Date', 'index']).unstack().stack() temp_df.index.names = ['date', 'ticker'] temp_df['weighted_return'] = temp_df['return']*temp_df['weight'] temp_df = temp_df.groupby(level=0)['weighted_return'].sum().to_frame('Strategy Return') portfolio_df = pd.concat([portfolio_df, temp_df], axis=0) except Exception as e: print(e) portfolio_df = portfolio_df.drop_duplicates() portfolio_df ... will print ... "None of ['index'] are in the columns"
@user-oz5dc7xw4v
@user-oz5dc7xw4v 7 месяцев назад
Great tutorial. Stuck on macd function though. Doesn't seem to work as is.def compute_macd(close): macd = pandas_ta.macd(close=close, length=20).iloc[:,0] return macd.sub(macd.mean()).div(macd.std())
@lukhanyovictor
@lukhanyovictor 6 месяцев назад
Good day , I would like to work with you on FOREX trading strategies
@DiegoAbal
@DiegoAbal 2 месяца назад
same error
@japorto100
@japorto100 7 месяцев назад
Nice
@user-vu9lh5zz5i
@user-vu9lh5zz5i 3 месяца назад
дедок лучший!!!
@jagjeetchauhan9456
@jagjeetchauhan9456 7 месяцев назад
I am getting error in this line df.unstack('ticker')['dollar_volume'].resample('M') can anyone tell me how to solve this error?
@davidvandenbussche7361
@davidvandenbussche7361 7 месяцев назад
same here, how did you solve it?
@Elnur.Zarabi
@Elnur.Zarabi 7 месяцев назад
last_cols = [c for c in df.columns.unique(0) if c not in ['dollar_volume', 'volume', 'open', 'high', 'low', 'close']] # data = (pd.concat([df.unstack('ticker')['dollar_volume'].resample('M').mean().stack('ticker').to_frame('dollar_volume'), # df.unstack()[last_cols].resample('M').last().stack('ticker')], # axis=1)).dropna() #df.unstack(['ticker','date'])['dollar_volume'].reset_index('date').set_index('date').resample('M').mean() data = (pd.concat([df.unstack(['ticker'])['dollar_volume'].reset_index('date').set_index('date').resample('M').mean().stack('ticker').to_frame('dollar_volume'), df.unstack()[last_cols].reset_index('date').set_index('date').resample('M').last().stack('ticker')], axis=1)).dropna() data
@vintage2069
@vintage2069 7 месяцев назад
Anyone else running into issues trying to install the pip packages or is it just me? Any solutions?
@DavidRoyPennCollazos
@DavidRoyPennCollazos Месяц назад
I have come across an error normalising the MacD indicator "TypeError: unsupported operand type(s) for -: 'float' and 'NoneType' During handling of the above exception, another exception occurred: TypeError Traceback (most recent call last) /usr/local/lib/python3.10/dist-packages/pandas/core/computation/expressions.py in _evaluate_standard(op, op_str, a, b) 68 if _TEST_MODE: 69 _store_test_result(False) ---> 70 return op(a, b) 71 72 TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'" Have followed the steps up until this point to the t, and have rewritten it to make sure. Have consulted GPT to see, what the issue is, but I have yet to find a way around it. It's suggestions resulted with a dataframe filled with all MacD values as NaN. Will continue to work towards a solution - thought I 'd post this here in the meantime.
@theweshsingh6932
@theweshsingh6932 4 месяца назад
How to get twitter data?
@user-ey2qe2qv4s
@user-ey2qe2qv4s 4 месяца назад
Let me know if you do get it ;)
Далее
Why Independent Quants Don't Exist
10:14
Просмотров 53 тыс.
How I Did This INSANE Trick 🤯📱🍬
00:10
Просмотров 4 млн
How Financial Firms Actually Make Money
22:40
Просмотров 330 тыс.
C Programming Tutorial for Beginners
3:46:13
Просмотров 11 млн
The medical test paradox (well "paradox")
0:57
Просмотров 8 млн
Learn JavaScript - Full Course for Beginners
3:26:43
Просмотров 17 млн
My Unconventional Coding Story | Self-Taught
27:14
Просмотров 549 тыс.
Understanding AI from Scratch - Neural Networks Course
3:44:18
Learn Git - Full Course for Beginners
3:43:34
Просмотров 263 тыс.
Java Basics - Crash Course
3:36:13
Просмотров 147 тыс.
OpenAI Assistants API - Course for Beginners
3:32:55
Просмотров 219 тыс.