- Track individual stocks worth and
- Net worth of the portfolio.
- It requires JSON.NET. You can download it from http://www.newtonsoft.com/json
- If you are within a proxy, you can do it programmatically like this:
System.Net.WebRequest.DefaultWebProxy = new WebProxy(ip,port);