Bitcoin Forum
May 08, 2024, 02:32:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: python based trade logger  (Read 604 times)
Mr. Net (OP)
Hero Member
*****
Offline Offline

Activity: 517
Merit: 502



View Profile
January 28, 2014, 01:20:08 PM
 #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...)


Money Is Information
1715178746
Hero Member
*
Offline Offline

Posts: 1715178746

View Profile Personal Message (Offline)

Ignore
1715178746
Reply with quote  #2

1715178746
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Sukrim
Legendary
*
Offline Offline

Activity: 2618
Merit: 1006


View Profile
January 28, 2014, 11: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.

https://www.coinlend.org <-- automated lending at various exchanges.
https://www.bitfinex.com <-- Trade BTC for other currencies and vice versa.
AllanAV
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
January 29, 2014, 02:04:03 AM
 #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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!