User Tools

Site Tools


bitcoin:tradebot

Differences

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

Link to this comparison view

Next revision
Previous revision
bitcoin:tradebot [2010/12/01 00:16] – created donpdonpbitcoin:tradebot [2024/01/31 04:08] (current) – external edit 127.0.0.1
Line 3: Line 3:
 logic. logic.
  
-givens: cache of USD, and BTC (in mtgox account)+givens:  
 +  * total USD, and BTC (in mtgox account) 
 +  * completed trades 
 +  * 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.1291162609.txt.gz · Last modified: 2024/01/31 04:08 (external edit)