As some of you know I do a lot of Cryptocurrency trading and it becomes a bit of a nightmare trying to manage which prices you have bought/sell at and what amount you've bought and sold. I've been trying to keep track of this within an excel spreadsheet to maximize profit but found it's becoming a difficult task and it's become messy.
I've decided to start working a project in my spare time(very little of it) to help me manage my trading efficiently. At the moment this is very basic and it has little work done on it, at the moment I'm adding my trades manually to the panel however I plan on hooking the panel to the exchanges API to get realtime data in a clean format without me having to manually enter anything.
Todo:
Link the panel to the API to provide realtime trading data
Allow user to choose which currency the data is displayed in by default.
Make trades via the panel(API permitting)
Graphs for coin price tracking
Pagination
Completed:
Login System(Ajaxed)
Registration System(Ajaxed)
Manually add trades with statuses of buy/sell
Add notes to trades
Database wrapper cleaned
Show realtime BTC price
Show realtime ETH price
Show realtime wallet value in USD
Show realtime wallet value in BTC
Ajax calls
Security for admin
Be notified when a price increases to a set value or drops to a set value.