¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

How to save Stop loss order fills


 

Good Morning to all, I have a question:

I have my app and I register all market orders that I send to the API. Besides I send sto loss orders. This stop loss orders, when I send them, are registered as "Presumitted orders". Up until now, I don't have any Submitted stop loss orders because my portfolio didn't fall below the stop loss order. However, in case my portfolio falls: How could I registered in my database that stop loss submitted? I try requesting open orders but, obviously, I cannot call that submitted stop loss to register it. Could someone explain how to register that order?

Thanks


 

I am working with StopLimit orders and they change their status to "Submitted" once the stop is hit and the order becomes active. I subscribe to the status event of the order to be notified of that.

Is that what you meant?

Sandro

Am 22. Juli 2021 um 17:20:11, jcgtanaka@... (jcgtanaka@...) schrieb:

Good Morning to all, I have a question:

I have my app and I register all market orders that I send to the API. Besides I send sto loss orders. This stop loss orders, when I send them, are registered as "Presumitted orders". Up until now, I don't have any Submitted stop loss orders because my portfolio didn't fall below the stop loss order. However, in case my portfolio falls: How could I registered in my database that stop loss submitted? I try requesting open orders but, obviously, I cannot call that submitted stop loss to register it. Could someone explain how to register that order?

Thanks


 

Oh yeah, that's what I meant, thanks Sandro!

Please I wrote another thread regarding execution Filter, could you check that message please? I want to know how to use well the ExecutionFilter,

Thanks!