Explanation of the warrant-tracker

If you trade several warrants simultaniously it’s not possible to keep track all the time of how the greeks, the bid and ask and the spread are developing. You go nuts if you login to your banks depot 10-50 times a day, go to your depot, click on your position and finally go the information page about the warrant. This is the data which is tracked every 30 minutes automatically by the tracker.
A python script is doing that on a linux instance scheduled by a cronjob and writes the data into a DB. The tracker just queries the DB via PHP.
You find all the neccessary functions in the header menu and on the left sidebar; they link to the same.

I work on transforming the tracker into an android app as well.