Daveatt

Investing Performance with vs without fees

Hello traders,

I had a chat with a friend recently who's using a fund manager services to invest for him in some US-based ETFs tracking the US indices.

I showed him using an online tool that those 2% annual fees he's paying to his fund manager are eating a lot of his profit overtime.

As I had some time, I decided to code this simulator in Pinescript because .... why not :)
@RicardoSantos already did that Compound Interest function (www.tradingview.com/...ionCompoundInterest/)
I added the n parameter being the number of times the interest is compounded per unit of time

Compound interest is calculated using the following formula

CI = P*(1 + R/n) (n*t) – P

Here,

  • P is the principal amount.
  • R is the annual interest rate.
  • t is the time the money is invested or borrowed for.
  • n is the number of times that interest is compounded per unit t, for example if interest is compounded monthly and t is in years then the value of n would be 12.
    If interest is compounded quarterly and t is in years then the value of n would be 4.

For now, the script only works on a yearly chart - I might update it later making it compatible with other chart timeframes - assuming there is some demand for it
If there is, let me know in the comments down below

All the best
Dave

👨‍💻 Need help you with your FTMO/TopStep verif?

⭐️ Listed as TradingView Trusted Pine Programmer

📧 dave@best-trading-indicator

Telegram: Daveatt

⏩ Course: best-trading-indicator.com

Twitter: twitter.com/bti_trading
开源脚本

本着真正的TradingView精神,该脚本的作者将其开源发布,以便交易者可以理解和验证它。为作者喝彩!您可以免费使用它,但在出版物中重复使用此代码受网站规则的约束。 您可以收藏它以在图表上使用。

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?