Bitcoin Forum

Other => Beginners & Help => Topic started by: Maduca on April 15, 2013, 04:46:48 AM



Title: PHP mysql BTC-e Trade Tracker
Post by: Maduca on April 15, 2013, 04:46:48 AM
Hi all,

I have an idea for a personal web page that can track all my trades and see if they have been profitable or not.
I'm using a spreadsheet to track them now,  but I think a PHP/MYSQL would do a much better job in that I won't have to manually enter all the data.

I would like to have all my trades automatically included from the BTC-e API.  even initiate trades using the API.


Here is my layout from the spreadsheet:
--------------------------------------------------------------------------------------------------------
Bitcoin current price$: 50
Litecoin current price$: 2.5
--------------------------------------------------------------------------------------------------------
Coin     quantity        price for 1 coin$       bought$    Profit/Loss based     Gain/Loss%
                          At time of purchase                    on current value$     
--------------------------------------------------------------------------------------------------------
BTC      0.1                       75                    7.5              -2.5                   -33.3           
LTC       1                         2                     2                   0.5                    25
--------------------------------------------------------------------------------------------------------


If anyone can help, I would really appreciate it.
I could offer a modest reward for helping.  (again, it's a personal web page on my own computer/web server)
 
Thanks,
Maduca