Author

Topic: python based trade logger (Read 604 times)

newbie
Activity: 54
Merit: 0
January 28, 2014, 10:04:03 PM
#3
Hi, I want to automatically log all my trade history to a simple text file.

First question, is it even possible? (trade logger should be compatible with Bter, cryptsy and BTC-e)

Has something similar already been done? (haven't found anything...)


Just use the private API from BTC-e to request the transactions and output to a txt file, the only hard part is to figure out how to authenticate. everything else is easy. I would recommend Phyton is is a simple task so scripts should be able to manage it just fine.
legendary
Activity: 2618
Merit: 1006
January 28, 2014, 07:20:33 PM
#2
I recommend taking a look at ledger (ledger-cli.org) and using python to convert whatever csv or other file you have at hand from these exchanges into the format ledger uses.
hero member
Activity: 517
Merit: 502
January 28, 2014, 09:20:08 AM
#1
Hi, I want to automatically log all my trade history to a simple text file.

First question, is it even possible? (trade logger should be compatible with Bter, cryptsy and BTC-e)

Has something similar already been done? (haven't found anything...)

Jump to: