Python Forum
How to calculate compounded profits on a given day?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to calculate compounded profits on a given day?
#9
Hi guys...thanks for your response. Agreed I need to learn and I am very much impressed with the response I get if I need help in coding. This was my first time posting something.

Yes. Im going to study the code and see if I can implement it to my script.
and Yes. On excel spreadsheet iv got two columns...left is capital & right is earnings for that day based on 0.2%. Then for the next day The capital results in previous capital+previous daily earnings.....so now the new capital has increased. This then the daily earnings has now also increased for this day.

and this whole cycle carries on and on....so in excel once I established the second days values...all I did was select and drag the results down for capital column and daily earnings column.

so in excel its simple. But obviously just need to get my head around it in python.

thanks
Reply


Messages In This Thread
RE: How to calculate compounded profits on a given day? - by guv114 - Aug-09-2020, 08:53 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020