Chavithra
Chavithra
@andrewkenreich is this issue still relevant ? Thanks
Nice analysis. Will try to reproduce it this month. Questions : 1. Which action fail exactly (create, update, delete order) ? 2. What is the duration of these orders ?...
Hello, Do you want something like this ? `python search_product.py --type stock --text="AAPL" ` Which `options` do you think this script should have ? Thanks
Hello @TommasoBendinelli, isn’t there a missing comma in the example ?
Got it, closing the issue. If that happens again, having the debug log would be nice.
Hi, you can add this line at the beginning of your code : ```python import logging logging.basicConfig(level=logging.DEBUG) ```
> How can we show our gratitude @Chavithra ? I'd like to buy you a coffee at least. @coveritytest I am not planning to ask monetary contribution on this repository....
Hello there, **Notification** I think you are referring at this feature in the website : - after : creating an Order - is displayed : a notification pop-in Notification which...
Do you have a capture of the location of this "2nd popup" ?
**Notification** Just checked how the website is doing. Looks like both sections (`Outstanding` and `Latests transactions`) use this endpoint : - `trading/secure/v5/update` That you can consume with the method :...