QUOTE:
just tell me how you want me to give it to you.
Attach it to a Support Ticket (upper right menu). But if the problem occurs only with your Strategy, doesn't that sort of point to the source of the problem?
QUOTE:
it doesn't tell the user all they need to know using the object or method
And you think msdn is complete in this regard? Oh man, don't get me going. CreateProcess() might be well-documented, nice pick. But sure, we're constantly revising the documentation, and if there's something that you feel is missing create a Support Ticket, we'll research it, and get it in for the next release.
QUOTE:
This is coming from me seeing the strategy not reissuing an exit order for the unfilled shares.
That will never happen. First, realize that the Strategy runs
theoretically and has no idea what's in your account or what has been filled. Please see the Orders chapter in the User Guide. It discusses this at length, with examples. To guarantee not to be left with partial fills, your only recourse is to use Market orders.
QUOTE:
Without understanding the problem
Honestly, I don't think Fidelity understands the problem. They have a difficult time duplicating production connectivity issues behind their firewall, where the connectivity is apparently always good. I'll pass along any info you have for them, though.
QUOTE:
Staging/Placing Alerts from Exit signals?
It's another intermittent problem that some users see frequently, and others don't. It's not fully understood why or how it could happen. However, those who see it say that leaving "residual shares" of the stock you're trading in your account will prevent Auto-Stage/Place failure. This seems to point to Portfolio Synch logic being the problem, and that's one reason I'd like to see it removed.
QUOTE:
I can do this by opening one from file, make sure to associate an Account with it (which is out of the way and non-intuitive really),
If you have only one account, you don't need to do anything other than to make sure that the Default Account preference points to your live account, rather than a Paper Account.
QUOTE:
which is out of the way and non-intuitive really
Agreed, but it's effective and it's only non-intuitive the first time. With unlimited resources and funding, that action could have its own dialog and shortcut.
QUOTE:
did I miss anything?
Sure, that's the process for
the first time. Now that you've got everything configured the way you want it, and you've saved it, and, you've saved your Workspace. Here's the process:
1. Open Workspace
(Log in and let streaming charts initialize)
2. Click Auto-Trading in Orders.
You've got to set things up
once. And, it's by [good] design we make you enable Auto-Trading for every Wealth-Lab session.
QUOTE:
Let me check the documentation to see if that would happen... it's not in there (that I found).
If by your own action run the same strategy more than once, is there a reason that it should be prevented? There is, though, logic to prevent you from doing something unintentional in your script programming -
User Guide: Orders > Features and Limitations of Automated Trading >
Duplicate Order DetectionOnly one stop and/or limit order is possible (one of each type) for exit orders on a single position. For example, 2 stop loss orders with different prices for the same position is not valid, and only the stop order closest to the current price will be accepted. - Incidentally, there appears to be a bug here because the logic always passes the
last order through, not the closest in price.
QUOTE:
<Menu Item> | Auto-Trade... Now your windows all refer to that.
What should we do about those customers with 5 accounts, trading different Strategies and settings for each one? (Don't give it too much thought, this design is not going to change now - that's what you get for being late to the design meetings!)