This function lets the user fix downloaded stock data into a usefull format output
stocks_hist_fix(dailys, dividends, transactions, expenses = 7)
Dataframe. Daily values. Structure: "Date", "Symbol", "Open", "High", "Low", "Close", "Volume", "Adjusted"
Dataframe. Dividends. Structure: "Symbol", "Date", "Div", "DivReal"
Dataframe. Transactions. Structure: "ID", "Inv", "CODE", "Symbol", "Date", "Quant", "Value", "Amount", "Description"
Numeric. How much does that bank or broker charges per transaction? Absolute value.