Is your Sharpe Ratio is Lying to you? Use this instead

Поділитися
Вставка
  • Опубліковано 12 жов 2023
  • “Although skewness and kurtosis does not affect the point estimate of Sharpe ratio, it greatly impacts its confidence bands, and consequently its statistical significance” Bailey and López de Prado (2012).
    In the last video we explained the downfalls of relying on the Central Limit Theorem (CLT) and using the mean and standard deviation to calculate a point estimate of the Sharpe Ratio.
    In this video, we’ll delve into the limitations of the Sharpe Ratio, introduce you to the concept of Probabilistic Sharpe Ratio (PSR) developed by Bailey and López de Prado, and guide you through its Python implementation. So, if you’re eager to enhance your understanding of risk and performance metrics, you’re in the right place.
    Written Tutorial & Code Available on Medium:
    / is-your-sharpe-ratio-l...
    ★ ★ Code Available on GitHub ★ ★
    GitHub: github.com/TheQuantPy
    Specific Tutorial Link: github.com/TheQuantPy/youtube...
    ★ ★ QuantPy GitHub ★ ★
    Collection of resources used on QuantPy UA-cam channel. github.com/thequantpy
    ★ ★ Discord Community ★ ★
    Join a small niche community of like-minded quants on discord. / discord
    ★ ★ Support our Patreon Community ★ ★
    Get access to Jupyter Notebooks that can run in the browser without downloading python.
    / quantpy
    ★ ★ ThetaData API ★ ★
    ThetaData's API provides both realtime and historical options data for end-of-day, and intraday trades and quotes. Use coupon 'QPY1' to receive 20% off on your first month.
    www.thetadata.net/
    ★ ★ Online Quant Tutorials ★ ★
    WEBSITE: quantpy.com.au
    ★ ★ Contact Us ★ ★
    EMAIL: pythonforquants@gmail.com
    Disclaimer: All ideas, opinions, recommendations and/or forecasts, expressed or implied in this content, are for informational and educational purposes only and should not be construed as financial product advice or an inducement or instruction to invest, trade, and/or speculate in the markets. Any action or refraining from action; investments, trades, and/or speculations made in light of the ideas, opinions, and/or forecasts, expressed or implied in this content, are committed at your own risk an consequence, financial or otherwise. As an affiliate of ThetaData, QuantPy Pty Ltd is compensated for any purchases made through the link provided in this description.

КОМЕНТАРІ • 8

  • @dustinyt5223
    @dustinyt5223 7 місяців тому +2

    Great content as always. 😊

  • @6Ligma
    @6Ligma 7 місяців тому +1

    Amazing. Is this colab notebook shared with the patreon members?

  • @scottcurry3767
    @scottcurry3767 2 місяці тому

    Trying to replicate from the de Prado paper, where does your calculate_psr_se formula from the repo tie to the paper?

  • @Daniel88santos
    @Daniel88santos 7 місяців тому

    Hello great content! ... you made me subscribe to your channel! ... Is it possible you make a series of videos talking about Copulas and their implementations in finance? I know they gained a lot of bad reputation due to the Great Financial Crisis of 2008, but to me all resumes to bad assumptions of the people that used & applied the wrong copulas to model risk. Complex copulas, like Vine copulas or Bayesian Copulas are very effective tools to model multiple dependences. And I know that the industry are trying to use them as statistical arbitrage tools. Unfortunately does not exist too much content about copulas especially in Python in youtube or even in the Web. I'm now trying to enter in the field of Quant (only with electronics/telecoms engineering background) and I want to understand the dependence (dynamics) between several assets and it's hard to find good models that describe it with good confidence. Yes, I understand that market dynamics are very complex (and many times exhibit chaotic behaviour), but amazes me how we, in an time of huge technological advances and with all the technology and knowledge to our disposal, still struggle to understand the markets and their dynamics.

    • @QuantPy
      @QuantPy  7 місяців тому +2

      Hi Daniel, thanks for the suggestion- yes I’m happy to cover copulas in the future on the channel. It’s been added to the list . Thanks

    • @axe863
      @axe863 7 місяців тому

      ​@@QuantPy Nothing worse then not incorporating non-stationarities in dependencies when performing portfolio optimization especially if the optimization method is very tail sensitive.

    • @axe863
      @axe863 7 місяців тому

      Guiding princple.... Never start with the most flexible methods...... overfitting risk is always maximized.

  • @combatcritique
    @combatcritique 7 місяців тому

    Very in depth