• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

feedback on portfolio web-applet

Joined
8/17/10
Messages
12
Points
11
basic form that registers portfolio positions and tracks real time price, factors in txn cost, and gives you your LTD p and l.

http://www.jasonmellone.com/garage/portfolio/?user=demo

if you change ?user=[yourname] it will create a new portfolio on the fly.

dates are YYYYMMDD format. position numbers are rounded (for now).

you can see the last update time in the top left corner of your screen.

i use this on my iphone in place of opening my brokerage app. a lot more lightweight and easier on the go to see what's happening.

looking to get some feedback.

feel free to sht all over it, or give me pointers.

NOTES:
1 - you can only use US domestic equities and etfs (no mutual funds etc..).
2 - click on the ID to delete a position if you mess up.
3 - you can only have one position per ticker (if you reinsert using the form, it will override the old position)
4 - seems like something blew up on "demo" from people messing around with it. please change that and it should be fine. meaning: change "demo" to your username or your name or some string of chars and it should work fine.


look forward to the feedback.


also:

if anyone is feeling cheeky, please don't crash my site. i actually use this intraday. thanks.
 
Back
Top