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
It is doable with IBOrderTags.
In factories.pyx, class cpdef OrderList bracket there is :
list[str] entry_tags = None,
list[str] sl_tags = None,
list[str] tp_tags = None,
Example of use :
sl_tags=[IBOrderTags(outsideRth=True).value],
Uh oh!
There was an error while loading. Please reload this page.
Feature Request
It looks like there is no possibility to send the order with flag
outsideRth
set toTrue
Can it be done?
Problem Statement
The flag is hardcoded to
False
:I want to send order to be executed outside regular trading hours.
Proposed Solution
Make the flag configurable
Example Usage
Alternatives Considered
What alternatives have you explored? Why is this solution preferred?
Additional Context
Perhaps it is possible already but I did not find the way except changing the flag to True in the source code.
The text was updated successfully, but these errors were encountered: