- ago
How do you code extended market limit orders? I would like my daily order strategy to be able to execute the transaction during early morning market hours, how do I code the limit buy order to be gtc + extended day?

Thanks!
10
1,039
5 Replies

Reply

Bookmark

Sort
Glitch8
 ( 9.00% )
- ago
#1
WL7 doesn't support GTC orders. It operates by just letting a Day order get canceled and submitting the same order the next day, assuming the same signal is generated again. This keeps things alot simpler.
0
- ago
#2
Is there just an extended hours buy option that is only good for the day?
0
Glitch8
 ( 9.00% )
- ago
#3
Hmmm, I don't understand the question? You mean, you want the order to continue into the post market trading session?
0
- ago
#4
Yes post or premarket (extended day) sessions which requires a limit order and processed. For instance TD Ameritrade premarket starts at 7 am ET and post market ends at 8 pm ET.
0
Glitch8
 ( 9.00% )
- ago
#5
I see it's possible via the SEAMLESS session type in the TD API. This will have to be a FeatureRequest, because we'd want to generalize it so it could be activated and provided for any broker that supports it. Probably via a new property for the Transaction class. You can vote for it now on the bottom of the Wish List!
1

Reply

Bookmark

Sort