Marcelo Litovsky

Results 9 issues of Marcelo Litovsky

**What's the feature that should be improved?** Currently, OpenBBTerminal allows a single Coinbase portfolio definition (One API key per portfolio). Multiple portfolios can be configured in Coinbase Pro. Functions dealing...

feat XS

**Current behavior** The %run magic is ignored **Coded behavior** If the %run magic is inside the nuclio code block, read the cells in the external notebook and add them to...

# Description In June Coinbase announced that they will begin sunsetting Coinbase Pro by end of 2022. https://www.coinbase.com/blog/hello-advanced-trade-goodbye-coinbase-pro This PR implements integration with their new Coinbase Advanced API. This API...

feat XL

**What's the problem with not having this feature?** I was not able to find this functionality so I built a prototype. If the functionality is there, I spent a few...

crypto

**What's the problem with not having this feature?** In my use case, I wanted `print_rich_table` to display one of the column's values fully (not truncated). Another case is conditional formatting....

# Description Adding broker functionality for Gemini Exchange. https://www.gemini.com/ - [ ] Summary of the change / bug fix. - [ ] Link # issue, if applicable. - [ ]...

feat XL

**Describe the bug** When running a crypto real-time price a blocking thread is introduced. If you try to open a plot after hitting control-c the plot does not appear. Instead,...

enhancement
crypto

Hi, I can run the example form without issues from the PHP cli and as a standalone php web page. But, when I try to run it as part of...

I have a `dcc.Interval` defined in one of my pages and `BasicAuth` for authentication with an `auth_func`. After I login, the `auth_func` is invoked on each interval. Is this behavior...