Personal Stock Monitor includes a scripting API that can be used to add new features to the software. For inspiration of what can be done using API, we've built several new features, which we call script extensions, and have made them available from the Tools->Extensions Menu in Personal Stock Monitor. Click Get More Extensions for a complete list.
A large variety of extensions can be created with the scripting API. For example, using this API you could:
- add your own types of reports to the reports tab; (see extended capital gains report.)
- create new kinds of indicators for the charts. (see price relative indicator)
- add new features and calculators. (see position sizing calculator)
- include new types of alerts. (see the trailing stop alert)
- create new types of custom columns.
- feed market data, transactions and holdings to other applications such as Microsoft Excel or OpenOffice Calc.
Script extensions can be written in any language supported by the Microsoft Windows Scripting Host system. We typically use VBScript for our extensions because it's easy for our users to learn.
We also do custom development. If would like to explore funding the development of some custom features, such as new reports, alerts or 3rdpaty application integration, please contact us or post in the developers forum. We would be more than happy to talk to you.
From here, please take a look at:

