Are the Fidelity account data displayed under orders available programmatically within WLP?
Size:
Color:
No. Broker Provider extensions (like Fidelity's built in broker provider) can "talk" to the Orders tool, though. The Orders tool stores its current data in Orders.xml file in user's AppData\Roaming directory which you can parse to extract what you want:
c:\Users\Windows username\AppData\Roaming\Fidelity Investments\WealthLabDev\1.0.0.0\Data\Orders.xml
Note, however, that parsing this XML file will be an unsupported D.I.Y. project.
Size:
Color:
Hey Eugene
How about a "DIY" category in the forums so that we can have a place for all the unsupported hacks people have tried. Might be worthwhile as an incubator for eventual WL upgrades
Size:
Color:
when logged in, I can see my account details, symbols and holdings in an account window.
Is this data available to a strategy?
Alternatively, I'd like to read from a file and generate alerts
CODE:
Please log in to see this code.
I'm not sure what the available alert types are. I'm also curious about Extended Order Types and Route and what the available routes are
I am enabled for Directed Trading
Thanks
Size:
Color:
Hi Steve,
QUOTE:
when logged in, I can see my account details, symbols and holdings in an account window.
Is this data available to a strategy?
No and not planned (by design).
QUOTE:
How about a "DIY" category in the forums
We already need less categories, not more. For what you're proposing, it's either the WealthScript or Extensions forums.
QUOTE:
I'm not sure what the available alert types are.
Please see QuickRef > Alert Object.
QUOTE:
I'm also curious about Extended Order Types and Route and what the available routes are
Cone will correct me if I'm wrong but this does not appear to be documented (except for a mention in the User Guide > Orders > Manual Trade Ticket).
Size:
Color: