Marcelo Litovsky

Results 6 comments of Marcelo Litovsky

It took me a couple of weeks to research options. I concluded that this cannot be implemented using the current plotting backend (matplotlib) I tried running the code from #3748...

@jmaslek no rush. I am taking the time to clean up the code and also adding create/cancel order menus. Unfortunately, Coinbase is not providing a sandbox environment for the Advanced...

> This is probably a me issue as well in the sense of maybe I didnt do coinbase advanced setup correctly, but the account is showing no response even though...

> @jmaslek when you created the API key did you select all the accounts or just My Wallet? ![Screenshot from 2023-01-05 13-09-02](https://user-images.githubusercontent.com/12512887/210850506-5c338b1a-d56f-40ac-a9ba-7d82563535cc.png)

I changed the cancelorder command to avoid the error @jmaslek saw. And btw, I realized that at some point, I removed ```cancelorder``` from the menu. It is there now. For...

I looked into this further and found out that matplotlib does not work well with asyncio. Invoking asyncio.run() on the main thread will freeze plots. I wrote an example to...