montezdesousa
montezdesousa
**Describe the bug** `openbb.stocks.candle` does not require the argument `data`, but does not work without it. Previously we could provide the symbol and if no data was provided, the function...
# Description * Fixes https://github.com/OpenBB-finance/OpenBBTerminal/issues/4288 - [ ] Summary of the change / bug fix. - [ ] Link # issue, if applicable. - [ ] Screenshot of the feature...
**Describe the bug** * If user names its personal routine a name already used by default routines, the latter will overwrite the default inside `OpenBBUserData/routines/hub` folder
* Syncs terminal with hub when `reset` * Silences routines download * Fixes https://github.com/OpenBB-finance/OpenBBTerminal/issues/4841 * Fixes https://github.com/OpenBB-finance/OpenBBTerminal/issues/4846 I'm building an installer from this to test installer related issues https://github.com/OpenBB-finance/OpenBBTerminal/actions/runs/4756972022 @hjoaquim...
Exception is raised when: * `openbb --login` * `account/logout` * `exit`
Running a report on installer opens a new terminal instance and it is downloading the routines as if it was the user login.  Latest...
* Deletes unused files and folders * Moves cli related files into `openbb_terminal` * Creates singleton `Session` class to handle all interactive tasks that a user can affect by changing...