Тёмный

Monte-Carlo Simulation for Forecasting Stock Returns with Python 

Подписаться
Просмотров 2,1 тыс.
% 99

#Programming #Python
In this video I will Show you how to create a Monte Carlo Simulation to simulate and forecast the future cumulative returns of the S&P500. Please note that the Monte Carlo simulation has some challenges for example the simulation relies heavily on historical data to predict future returns.
This can be problematic because past performance is not always indicative of future results.
Disclaimer: The material in this video is purely for educational purposes and should not be taken as professional investment advice. Invest at your own discretion.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
⭐Please Subscribe !⭐
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
🐦🔥🐤 Support The Channel🐤🔥🐦
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
⭐Get the code and data sets or just support the channel by becoming a supporter on Patreon:
►www.patreon.com/computerscience
⭐Website:
►everythingcomputerscience.com/
▶️ Get 2 Free Stocks on WeBull (valued up to $1850) when you deposit $100 or more :act.webull.com/kol-us/share.html?hl=en&inviteCode=LR6VIpFiAkPe
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
📚Helpful Python Programming Books📚
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
► Hands-On Machine Learning with Scikit-Learn and TensorFlow:
amzn.to/2AD1axD
► Learning Python:
amzn.to/3dQGrEB
►Head First Python:
amzn.to/3fUxDiO
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
📚Helpful Financial Books📚
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
🌟Stock Market Investing Books:
✔️The Bogleheads' Guide to Investing
amzn.to/3s0icxA
✔️The Intelligent Investor
amzn.to/34Mj7t1
✔️A Random Walk Down Wall Street
amzn.to/3Bv0ghW
🌟Money Mindset Books
✔️Rich Dad Poor Dad:
amzn.to/3rZW6eE
✔️Get Good With Money: Ten Simple Steps To Becoming Financially Whole:
amzn.to/3I1UXc1

Наука

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

 

10 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 14   
@OwenMaureen
@OwenMaureen 27 дней назад
How do most of you guys still make profit, even with the downturn of the economy and ever increasing life standards
@-vv3rv
@-vv3rv 27 дней назад
As a beginner, it's essential for you to have a mentor to keep you accountable. I suggest Miss Donna Patricia Hester is extremely good on that. She is really good on what she does, Now I can pay so many bills because of her help.
@MatthewRobinson3
@MatthewRobinson3 27 дней назад
This is correct, Donna's strategy has normalized winning trades for me also, and it's a huge milestone for me looking back to how it all started..
@Honorato-vrp
@Honorato-vrp 27 дней назад
Yes, I agree with you. Her platform is wonderful, and her strategies are exceptional
@ann-ie4hc
@ann-ie4hc 27 дней назад
The first step to successful investment is figuring your goals and risk tolerance either on your own or with the help of a financial professional but it's very advisable you make use of professional
@OwenMaureen
@OwenMaureen 27 дней назад
Please educate me. I've come across this name before. Now I am interested. How can I reach her?
@girolamoaloe6195
@girolamoaloe6195 27 дней назад
But after you built the simulations, you should calculated an average or composite average, or something else, to get a financial tool usable for trading proposes. The Monte Carlo simulation alone is not enough. What would you do to make it usable?
@ComputerSciencecompsci112358
@ComputerSciencecompsci112358 26 дней назад
Great question, you can take the average of the simulations or other statistical data (e.g. std dev) on the simulations to determine what the future price may be.