Fantastic video! It is a master class about how to use NetworkX, Python, and graphs. Thank you so much!
@Algovibes Жыл бұрын
Thanks for watching my mate
@AlejandroDiazadiaz2012 жыл бұрын
This was GREAT! every other tutorial for weighted graphs was so mucn more complex
@Algovibes2 жыл бұрын
Thanks a lot Alejandro :-)
@bashwithbrown2 жыл бұрын
This is extremely useful especially in todays markets because of the pending global recession. For example if you see who owns the DJ, and then see what the major holders own themselves, it could become a larger web, you could find correlation points and build your own index its just speculation, but this is a very well put video, it got me thinking. Thank you for the great content.
@Algovibes2 жыл бұрын
Hey mate, I am sorry this comment was held back for some reason. Thanks a lot for your comment and I appreciate sharing your thoughts!
@reasonandjusticeinamerica7391 Жыл бұрын
yes but we would need to collaborate to effectively observe all 8000 of the worlds top people, and their dozens of companies. We need several hundred people and 1 project.
@muhammadhafizsulaiman71632 жыл бұрын
This video helps a lot. The person must be genius in the field.
@Algovibes2 жыл бұрын
Happy it is helpful! Nah, far away from being a genius!
@crocodilegena4850 Жыл бұрын
Very good example, awesome explanation on most important settings for the chart.
@Algovibes Жыл бұрын
Thanks buddy! Be invited to check out my other stuff.
@aminebouaita92023 ай бұрын
Thanks for your work !
@Algovibes3 ай бұрын
@@aminebouaita9202 thx for making it possible by leaving a comment!
@FatharoniAdillah-ym1nm2 жыл бұрын
thanks for the video, you have helped me through my thesis with this video...thankyou soo much
@Algovibes2 жыл бұрын
Awesome man. What was your thesis about?
@not_a_human_being9 ай бұрын
Great work, although this doesn't look as good as you think. Great work, though, I honestly learned a lot here!
@Algovibes8 ай бұрын
Happy to read my man!
@alibulus43822 жыл бұрын
Very cool and very helpful. Thank you.
@Algovibes2 жыл бұрын
Thanks a bunch Ali!
@Septumsempra88183 жыл бұрын
Great vid! I used a cov matrix and clustering to build a graph of risk. Please do something on rebalancing and transaction costs. I'm struggling to find the easiest way to keep track of the purchases made, asset weights and the value of my portfolio at any point in time. Keep up the good work s/o from South Africa
@Algovibes3 жыл бұрын
Thank you my friend! Could you give me an example of what you are interested in? Did you already check out the vid on modern portfolio theory? Greetings back to South Africa 🇿🇦 😊
@Er1ku2 жыл бұрын
Amazing content as always.
@Algovibes2 жыл бұрын
Thank you very much man!
@mr.johnson73212 жыл бұрын
Great video. Is this done in Jupiter notebook or lab. And if yes, are you using a theme or something?
@Algovibes2 жыл бұрын
Thanks mate. This is done using Jupyter Notebook. Yea I think I am using Monokai in that one.
@Tommykee9993 жыл бұрын
yet another great video, thanks man
@Algovibes3 жыл бұрын
Thank you very much buddy!
@Kapa_Kapu Жыл бұрын
man could you send a link for ipynb file .... i am doing this for my project
@mangeshw97663 жыл бұрын
Thanks ,plz make one vedio on STC indicator...plz
@Algovibes3 жыл бұрын
Can't promise anything but noted that! Thank you very much for your suggestion :-)
@datafreak98462 жыл бұрын
Hello, I am getting the following error when i am executing the institutional holders code "HTTP Error 404: Not Found" I am not able to figure out the reason here. Could you please help me?
@Algovibes2 жыл бұрын
Hi man, it is probably related to an outdated yfinance lib. Can you update it?
@yonatanashirov46103 жыл бұрын
High level! Can you show us end to end day trading example? Thanks :)
@Algovibes3 жыл бұрын
Is High level a positive thing? :-D I already have some content on live trading cryptos in my cryptobot playlist but I am planning on additional ones here as well yes.
@yonatanashirov46103 жыл бұрын
@@Algovibes Always positive, of course! :) I meant to day trading in the stock market, but it would be probably the same only the API would be different, I will go through the crypto first..once again thank you for sharig with us your work it gives me a lot of value!
@TransformationApplied3 жыл бұрын
Keep up the great work! Sankey graphs might be interesting to observe the relationship as well. Any D3 wrapper would probably have interactive Sankey diagram feature.
@Algovibes3 жыл бұрын
Actually never heard of. Thanks for sharing buddy and also thanks for your kind words :-)
@avtarmehta12713 жыл бұрын
Thanks for sharing ; I am facing issue while plotting the node, I encounter following error while executing "nx.draw(G)" IndexError Traceback (most recent call last) IndexError: tuple index out of range NetworkXError Traceback (most recent call last) NetworkXError: random_state_index is incorrect Please help to resolve I am very beginner in Python
@Algovibes3 жыл бұрын
Thanks for watching :-) How did you define G?
@chikopheidris3943 жыл бұрын
I had similar problems. " pip install -U networkx" should fix the error.
@hengjiuxiao3 жыл бұрын
Im doing the code on Jupyer Notebook, also facing the same problem. Any way to solve this problem? I tried pip install -U networkx but it didnt work :(
@shreyampandey19522 жыл бұрын
Bro can you please paste the code here?
@johnhinckley59212 жыл бұрын
Just wondering what "Network Analysis" means to everyone here because I didn't see a single network node in this whole video. Even though this is a technical video, is the word "network" being applied in a non-technical context or something? I'm not being sarcastic; I'm looking for a networkx tutorial where it's being used as an actual "network" analysis tool. I want to pull network info into networkx to create on-the-fly diagrams.
@Algovibes2 жыл бұрын
Hi John, great question! I am taking both the companies and investors as the nodes and the edges are showing the strength of relationship (institutional ownerships) between those nodes. Quite exciting, right?
@EliteBestGamers3 жыл бұрын
Can it be done with bitcoin?
@Algovibes3 жыл бұрын
Well it depends what you want to examine?
@EliteBestGamers3 жыл бұрын
@@Algovibes Personally speaking, I'm interested if Network analysis or KNN, etc give any interesting result. I'm not a knowlegdable person when it comes to it. Are there any analysis regarding this topic that can be interesting in your opinion? tks
@hpnguyen20022 жыл бұрын
nice talk, but I wish a better mic, it caught your breath and strong sound of 'bup bup', quite annoying!
@Algovibes2 жыл бұрын
That's a good feedback. Could you do me a favor and check some of my newer videos. I think I could improve my sound quality a bit - but would be thankful for an external confirmation. Thank you very much in advance!
@ageens3 жыл бұрын
i2 Analyst's Notebook for free You are ruining business for guys 😂
@Algovibes3 жыл бұрын
lol :D I didn't even know that. I think Network analysis will be a very hot topic in the near future.