Martijn
Martijn
@coveritytest I'm glad you brought this up, since I have the same experience. It's certainly not related to a timeout issue between consecutive API calls, see my remark in this...
> Nice analysis. > > Will try to reproduce it this month. > > Questions : > > 1. Which action fail exactly (create, update, delete order) ? > 2....
I totally agree. After a few test sessions our script has earned the first real money.👍 @Chavithra So I'm delighted to contribute more to this repo to show my gratitude.
I was not referring to the confirmation popup that the order is created. I'm referring tot the 2nd popup, that informs that the order is executed against price X.
Not for now, but the flow on the DeGiro website is quite self-explanatory: 1. When creating an order, it will be shown in the left table Outstanding, while the confirmation...
Awesome, I'll try this out. Just for my understanding, is the `get_update()` used as a single call with a single answer, or is it more similar to `fetch_data()` as a...
I have tried this, and I see the recent transactions. What is the meaning of the value for parameter `last_updated`? I.e. what if set to a value other dan `0`?
This is how we've implemented it after placing an order: ``` # IMPORTANT # The response doesn't show any details whether an order was executed, only that the order is...
@Chavithra Well, "we" is a group of friends who are using your awesome connector into a project. I recently helped you with PR https://github.com/Chavithra/degiro-connector/pull/42 . There were some issues processing...
@Chavithra I've finally found a way to link the order id and transaction id. Once I've finished my prototype, I'll post my findings here.