One of the things I appreciate in you is the humbleness. You had the courage to admit to yourself you weren't a fit for a trader despite really wanting to become one. And thanks to that you were able to move on! A lot of people, myself included, have a problem with accepting they're not good enough in some area, because of ego issues and stuff.
I second this statement. I thought he was going to cope and rationalize about how the culture is rude, etc, but he openly said he couldn’t pass the speed interviews. He’s clearly smart enough to do deep quant work though because he’s a deep thinker more than a fast thinker. I’m the same way, so I’m also a quant and his point is very relatable.
I am going to start my Financial Engineering masters in fall 2021 and I was confused as to whether to focus on trading or risk mgmt. I don't think I'd be able to get this insight in 20 hours of googling what you've covered in 15 mins. Thanks a ton Dimitri!
Best advice. We have to find our strengths and weaknesses and hone on to strengths to succeed. Not every artist is Picasso, not every businessman is Elon musk, and not every scientist is Albert Einstein but we all have our own role to play and life is too short to play someone else role.
Dimitri, you are one out of thousands of people that are simply misleading people to do bad choices because of conflit of interest. You've just saved me a decade or so!!! THANK YOU!
HI dimitri, i just want to thanks you for all your videos and show how is the finance world, the hiring, education etc. Im a BA bachelor student in chile, southamerica and your channel has been very important in the process of choose my mayor, so thanks
Wow I really see myself reflected in this. Until now I didn't understand why all the firms invite maths students and mathematicians only to ask them simple brainteasers. I think I understand now, maybe I've been applying to the wrong jobs
Hi Dmitri, I’m interested in maybe becoming a structurer for an investment bank; it’d be great if you could make a video on that if you get time. Like for instance, is it more fast-thinking like trading or deep-thinking like the role you do in risk management, what skills do you require, what should you read to better understand the role etc. Thank you so much, your vids are great
@@FcoManjon Structuring sounds super interesting. Too bad the only textbooks I can find are from before 2008. The business must have changed by a lot since then.
Thanks for a unique perspective, Dmitri! I have a question.. You mention implementing trading models in C++. With the recent and continued growth of languages like Python and R, which would you recommend an aspiring quant researcher to be proficient at, Python or C++? Cheers, mate!
C++ or C is for the situation when you don't want to waste you CPU cycles, electricity, and computation resouces (to buy more computation power in the cloud or buy more workstations than you could). Python and R are extremely slow not only for production, but in some cases for research as well. However R and Python are convenient for certain non-production tasks, visualization, exploration of data, preparation of datasets, and for using standard _light_ statistical tests (for the latter, especially R, because the Python statistical modules are too immature, non-rigourous, and sometimes buggy). Numpy (written in C), and modules based on its structures, does make everything faster than on pure Python, sadly not so much as one could achieve on pure C++ or C. It's good news nonetheless that Python is itself written in C (not C++), so it can be easily combined with C code (call separate custom compiled C functions). My short answer: one needs to learn all C, C++, Python, and R. And if one is forced to work in Windows (server or desktop), then C# and .NET as well.
For research and data analysis I would go with R, Python, Julia, SQL,... etc. it all depends on situation. If my data is stored in a relational DB of course I'll use SQL, if the data is somewhere on the web probably I'll chose Python web scraping. But the final implementation which will be my trading system I will definitely choose Java. Java is a very mature platform, and it is ideal for this kind of job. I would definitely avoid C/C++ mostly because it will require me to manage the memory myself, and this will increase the time-to-market. But.... my implementation most likely will have some kind of simulation like MonteCarlo, and here I'll use CUDA or OpenCL, and it will require C/C++, but only in this part of the system, everything else will be Java
many people are not $ motivated/driven. It's more about intellectual rigor/challenge/academia/solving a puzzle stimulation for them. Trading is not for 99%. Traders (profitable ones) are cut from a different cloth counter to majority of the population, psychoemotionally/mentally. Automated/systematic & manual/discretionary trading is a very particular skill set.
I think with trading, we sometimes need to solve problems in 5 mins, but some days you have several hours to solve problems. :).However, I love trading.
One question I have is why do we need to be a quick thinker provided we're doing algorithmic trading and not manual trading? So we can take our time to build the algorithm. Isn't it?
You still have to monitor your algorithm and decide if it is working. There aren't magical models that you just click run, walk away for a week and come back to piles of money. I'm not sure what country you are in but in the US there are a lot of rules about using algo models and monitoring is a key piece. Also the markets move quickly and you need a new algo/model fast. Often you can't develop very quick so traders can utilize overly simplified algos knowing they have issues.
@@DimitriBianco Like here in Ireland, there are 2 roles in most firms, one of the trading analyst and one of the quant researcher, so do quant researchers need to be quick thinkers as well?
Omg I'm feeling the same way studying my finance degree. I'm planning to get FMVA before graduation to have a working foundation with excel. I thought I was the only one who thought the program is vague
Do you still think that an MFE is a good path to quant finance? I've recently read that PHDs are becoming even more commonplace and expected. I'm starting college next year planning to major in math and I'm trying to find the best path to get into quant finance. I've watched your videos for a few years now and I'd really appreciate your current viewpoint on this
But the “fast” thinking of traders has to be acquired through experience. If you decided that you don’t have it early in your career, then you won’t have it
Not entirely true. You can recognize whether you have the predisposition to do it or not, and if you don't you will find it harder to succeed against those who do.
Hey Bianco, I was wondering what is your opinion on network theory and the use cases in finance and/or economics. I thought you might have some sort of knowledge about it if it's used in the field since universities have started using it to model systemic risk, and if you don't you might atleast find it interesting since its in the realm of Finance/CompSci/Math Maybe make a video about it if you find it interesting? Thanks
I know it's a late response, but I recently read a paper relating the interconnectedness of financial institutions to a modified version of the Barabasi model. Really interesting stuff.
Can you make a video possibly explaining why you shouldn’t follow teachings of channels like ziptader, or clay trader? Is it bad to learn how to trade from them? They both talk about risk management etc.. like what’s the big deal if you’re just trading off of support and resistance?
One of the things I appreciate in you is the humbleness. You had the courage to admit to yourself you weren't a fit for a trader despite really wanting to become one. And thanks to that you were able to move on!
A lot of people, myself included, have a problem with accepting they're not good enough in some area, because of ego issues and stuff.
Thanks!
I second this statement. I thought he was going to cope and rationalize about how the culture is rude, etc, but he openly said he couldn’t pass the speed interviews. He’s clearly smart enough to do deep quant work though because he’s a deep thinker more than a fast thinker. I’m the same way, so I’m also a quant and his point is very relatable.
You just saved me a decade. Thanks!!!!
haha, so true
I am going to start my Financial Engineering masters in fall 2021 and I was confused as to whether to focus on trading or risk mgmt. I don't think I'd be able to get this insight in 20 hours of googling what you've covered in 15 mins. Thanks a ton Dimitri!
No problem. I'm glad you found it helpful.
Best advice. We have to find our strengths and weaknesses and hone on to strengths to succeed. Not every artist is Picasso, not every businessman is Elon musk, and not every scientist is Albert Einstein but we all have our own role to play and life is too short to play someone else role.
Again you saved from heartache and disillusionment
Dimitri, you are one out of thousands of people that are simply misleading people to do bad choices because of conflit of interest.
You've just saved me a decade or so!!! THANK YOU!
This channel is amazing. Thanks so much for making all these videos
Hi Dimitri,
I love what you say and do!
Respect.
Thanks
HI dimitri, i just want to thanks you for all your videos and show how is the finance world, the hiring, education etc. Im a BA bachelor student in chile, southamerica and your channel has been very important in the process of choose my mayor, so thanks
Thanks for the feedback and being a part of the channel!
One way to practice that, is to speedrun your exercises
A friend and I used to speed run our exam back in Uni
Wow I really see myself reflected in this. Until now I didn't understand why all the firms invite maths students and mathematicians only to ask them simple brainteasers. I think I understand now, maybe I've been applying to the wrong jobs
Hi Dmitri, I’m interested in maybe becoming a structurer for an investment bank; it’d be great if you could make a video on that if you get time. Like for instance, is it more fast-thinking like trading or deep-thinking like the role you do in risk management, what skills do you require, what should you read to better understand the role etc.
Thank you so much, your vids are great
I would also like to hear about structuring
@@FcoManjon Structuring sounds super interesting. Too bad the only textbooks I can find are from before 2008. The business must have changed by a lot since then.
Great video and one super like for the honestly! ❤
Love your Videos, one of the reasons I am studying math and got interested in risk.
Amazing you've done the whole video in a single take, without any cuts!
Sometimes I get lucky lol
Thanks for a unique perspective, Dmitri! I have a question.. You mention implementing trading models in C++. With the recent and continued growth of languages like Python and R, which would you recommend an aspiring quant researcher to be proficient at, Python or C++? Cheers, mate!
I would say C++ for High Frequency Trading and Python for quant trading generally
C++ or C is for the situation when you don't want to waste you CPU cycles, electricity, and computation resouces (to buy more computation power in the cloud or buy more workstations than you could). Python and R are extremely slow not only for production, but in some cases for research as well. However R and Python are convenient for certain non-production tasks, visualization, exploration of data, preparation of datasets, and for using standard _light_ statistical tests (for the latter, especially R, because the Python statistical modules are too immature, non-rigourous, and sometimes buggy). Numpy (written in C), and modules based on its structures, does make everything faster than on pure Python, sadly not so much as one could achieve on pure C++ or C. It's good news nonetheless that Python is itself written in C (not C++), so it can be easily combined with C code (call separate custom compiled C functions). My short answer: one needs to learn all C, C++, Python, and R. And if one is forced to work in Windows (server or desktop), then C# and .NET as well.
For research and data analysis I would go with R, Python, Julia, SQL,... etc. it all depends on situation. If my data is stored in a relational DB of course I'll use SQL, if the data is somewhere on the web probably I'll chose Python web scraping. But the final implementation which will be my trading system I will definitely choose Java. Java is a very mature platform, and it is ideal for this kind of job. I would definitely avoid C/C++ mostly because it will require me to manage the memory myself, and this will increase the time-to-market. But.... my implementation most likely will have some kind of simulation like MonteCarlo, and here I'll use CUDA or OpenCL, and it will require C/C++, but only in this part of the system, everything else will be Java
Thanks so much bro for explaining this with such clarity of thoughts and contexts
hey Dimitri, would a CS degree put you in the running for a trading job?
many people are not $ motivated/driven. It's more about intellectual rigor/challenge/academia/solving a puzzle stimulation for them.
Trading is not for 99%. Traders (profitable ones) are cut from a different cloth counter to majority of the population, psychoemotionally/mentally.
Automated/systematic & manual/discretionary trading is a very particular skill set.
I think with trading, we sometimes need to solve problems in 5 mins, but some days you have several hours to solve problems. :).However, I love trading.
Dimitri can you do a series about prop firms for day traders?
Very few people are good as traders
@Dimitri, is trading the same on the buy-side vs sell-side? It sounds like you tried out sell-side trading.
One question I have is why do we need to be a quick thinker provided we're doing algorithmic trading and not manual trading? So we can take our time to build the algorithm. Isn't it?
You still have to monitor your algorithm and decide if it is working. There aren't magical models that you just click run, walk away for a week and come back to piles of money. I'm not sure what country you are in but in the US there are a lot of rules about using algo models and monitoring is a key piece. Also the markets move quickly and you need a new algo/model fast. Often you can't develop very quick so traders can utilize overly simplified algos knowing they have issues.
@@DimitriBianco Like here in Ireland, there are 2 roles in most firms, one of the trading analyst and one of the quant researcher, so do quant researchers need to be quick thinkers as well?
8:00
Thank you so much
Omg I'm feeling the same way studying my finance degree. I'm planning to get FMVA before graduation to have a working foundation with excel. I thought I was the only one who thought the program is vague
I felt the same about my finance degree. So thankful I added a maths dual degree.
Do you still think that an MFE is a good path to quant finance? I've recently read that PHDs are becoming even more commonplace and expected. I'm starting college next year planning to major in math and I'm trying to find the best path to get into quant finance. I've watched your videos for a few years now and I'd really appreciate your current viewpoint on this
I will create a video response for this one.
@@DimitriBianco thank you! I'm excited to watch
warrior trading makes a shit ton of money with NO risk
Anyone else getting killed with ads?
UA-cam has really up there ad placement. I'll take a look at this one though.
Could you please share your thoughts on benchmark rate reform?
But the “fast” thinking of traders has to be acquired through experience. If you decided that you don’t have it early in your career, then you won’t have it
Not entirely true. You can recognize whether you have the predisposition to do it or not, and if you don't you will find it harder to succeed against those who do.
Hey Bianco, I was wondering what is your opinion on network theory and the use cases in finance and/or economics.
I thought you might have some sort of knowledge about it if it's used in the field since universities have started using it to model systemic risk, and if you don't you might atleast find it interesting since its in the realm of Finance/CompSci/Math
Maybe make a video about it if you find it interesting? Thanks
I know it's a late response, but I recently read a paper relating the interconnectedness of financial institutions to a modified version of the Barabasi model. Really interesting stuff.
Can you make a video possibly explaining why you shouldn’t follow teachings of channels like ziptader, or clay trader? Is it bad to learn how to trade from them? They both talk about risk management etc.. like what’s the big deal if you’re just trading off of support and resistance?
I don't see any reason why 10x developers don't exist in quant trading.
After finishing your undergrade did you think about going into investment banking
Go for longer term trends like SMCI,NVDA,.
25% p.a.
Is there any way you can teach somebody about Margin Call a little better or stocks
Don’t want to be rude or anything but are you Jewish
Why
@@davidc4408 i think i was just curios