I have made this Notion template to track my trades but I need to manually add the new Balance after every trade.
Is there a way to automate this without losing % per trade I made?
I will send screenshot
Thx in advance
Ok, now it is clear what you need and you can do it with a simple Notion formula. What is not clear enough is why you need 2 columns with exactly the same information.
Create a new formula property called Starting Balance and use the following.
prop("Balance")
That will show what you have in the Balance property as you need.