Hey guys, I ran into a orphan issues with the WS extension that may be more of a WL than WS issue.
I am starting the trade on a exact date using
QUOTE:
int startbar = DateTimeToBar(new DateTime(2014,1,10), false);
with a 50K portfolio.
When I ran it yesterday I got 2 trade alerts:
Alert Time Symbol Action/Qty Order Price Trade Type Strategy Name
1/13/2014 REGN Buy 25 Limit 274.05 Buy| Double Strike 2.0 (NASDAQ)
1/13/2014 VIP Buy 568 Limit 12.48 Buy| Double Strike 2.0 (NASDAQ)
REGN was processed fine in both WS and WL. WS processed the VIP signal fine while WL didn't execute.
So I did some basic troubleshooting. Here is what I checked.
1) Pricing. VIP opened at $12.28 and Closed at $12.45. The limit price $12.48 should have executed.
2) Available Funds. There plenty of funds for this to execute.
3) Slippage. Thought maybe this was do to the slippage, which I typically set .015% so I turned it off. It made no difference.
None of these issues seemed to solve the limit buy not executing.
I also checked Friday alerts, and I had more orders that had a limit buy and the stock traded lower than the limit orde and WL didn't trigger/process the buy order.
Any thoughts on why I would be seeing this? Any other settings I should check?
(I can repost this in WL if this is just a WL question.)