- Does NT have a special library for sending emails or do I need to bind in a default C# lib?
- How can I derive the current strike price of the underlying when an order is being triggered?
- Is there a log of all current/recent orders of my strategy and positions that I can access programatically?
- Can I somehow determine if there is an open position right now?
- How can I be alerted when an 'automated' ExitOnClose happens? After all I can do this programatically (and have the code for that) but prefer to use the strategy flag for that.
Thanks!
Michael

Comment