pytr icon indicating copy to clipboard operation
pytr copied to clipboard

Should this library be able to create orders?

Open schmidi314 opened this issue 9 months ago • 3 comments

Hi all,

I have tried a bit to create limit orders with this library and did not succeed. Is this supposed to work? I'm hesitant to experiment too much, to be honest.

So, I'd appreciate a comment if someone got this working.

Thanks!

schmidi314 avatar Mar 07 '25 19:03 schmidi314

I don't think it's really supported right now, but I'd personally like it to be. Sure you can try to call some functions that already exist on the TradeRepublic class but there's basically no documentation or any usage of it elsewhere in the codebase. I'll be experimenting a bit with that over the coming weeks.

NiklasRosenstein avatar Mar 08 '25 15:03 NiklasRosenstein

I agree, it would be nice if that were possible. FWIW: I worked a bit with the alert functionality and got it to work to read/set/remove alerts. I'll try to contribute this in the next weeks.

RealCLanger avatar Mar 09 '25 06:03 RealCLanger

Thanks, guys, for your comments. My experimenting so far went like this: I can send the subs associated with creating a simple order. It does not reply with an error message - but it does not reply with anything else either. So there's something extra one needs to do, I suspect. A rest api call maybe?

schmidi314 avatar Mar 11 '25 05:03 schmidi314