This function lets the user create his portfolio's calculations and plots for further study.
stocks_objects(data, cash_fix = 0, tax = 30, expenses = 7)
List. Containing the following dataframes: portfolio, transactions, cash. They have to follow the original xlsx format
Numeric. If you wish to algebraically sum a value to your cash balance
Numeric. How much does of your dividends does the taxes take? Range from 0 to 99
Numeric. How much does that bank or broker charges per transaction? Absolute value.