@jdrizz said in Multiple Order:
I'm not quite sure how to tell if it is executed or not
The Order
class has a status
property that could be used to detect the order current state:
https://www.backtrader.com/docu/order/#order-status-values
Take a look at the code sample in the documentation for how it about to be used inside the notify_order
method:
https://www.backtrader.com/docu/order-creation-execution/order-creation-execution/#the-full-code