You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A trading robot requires functionality to manage order statuses effectively. Specifically, there is a need for callback functions that can respond to changes in order status, such as identifying orders that are partially filled, fully filled, or canceled.
Describe the solution you'd like
To address this, I propose the implementation of specific callback functions within the trading robot's framework. For instance, when an order is partially filled, the def on_partially_filled_order() function would be triggered. Similarly, if an order is canceled, the def on_canceled_order() should be called. We can refer to the Lumibot framework for implementation.
Is your feature request related to a problem? Please describe.
A trading robot requires functionality to manage order statuses effectively. Specifically, there is a need for callback functions that can respond to changes in order status, such as identifying orders that are partially filled, fully filled, or canceled.
Describe the solution you'd like
To address this, I propose the implementation of specific callback functions within the trading robot's framework. For instance, when an order is partially filled, the
def on_partially_filled_order()
function would be triggered. Similarly, if an order is canceled, thedef on_canceled_order()
should be called. We can refer to the Lumibot framework for implementation.Simple Framework demo
The text was updated successfully, but these errors were encountered: