User Tools

Site Tools


bitcoin:tradebot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bitcoin:tradebot [2010/12/01 00:19] donpdonpbitcoin:tradebot [2024/01/31 04:08] (current) – external edit 127.0.0.1
Line 4: Line 4:
  
 givens:  givens: 
-  * cache of USD, and BTC (in mtgox account) +  * total USD, and BTC (in mtgox account) 
-  * total blocks(BTC) in the network +  * completed trades 
-  * historical trade data+  * open orders
  
 goal: increase BTC count by trading over time goal: increase BTC count by trading over time
 +
 +AI:
 +  goal-seeking
 +  estimates of other players existence and motivations
 +
 +  profit means going against the average and being right
 +  trades happen based on news (like mtgox outage)
 +
 +Goals:
 +  1. BTC Balance of X. 
 +      Test: does btc balance == X? Yes, Success, else strategy 1
 +
 +Strategy:
 +   1. delta1 = difference between balance and goal. 
 +     +delta1 means needs btc. 
 +     -delta1 means divest btc. 
 +     compare delta1 to open orders total for buy or sell.
 +     delta2 = difference between delta1 and open orders
 +     +delta2 means needs BUY order. action: create BUY order
 +     -delta2 means needs SELL order. action: create SELL order
 +
 +exchanges:
 +https://bitcoinconsultancy.com/wiki/Intersango/API
 +http://www.cryptoxchange.com/t/cryptoapi
 +https://mtgox.com/api
 +https://bitfloor.com/docs/api
 +
 +http://nyse-group.de/bitcoin-arbitrage
bitcoin/tradebot.1291162787.txt.gz · Last modified: 2024/01/31 04:08 (external edit)