User Tools

Site Tools


cointradingdsl

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
Next revisionBoth sides next revision
cointradingdsl [2011/07/01 00:54] donpdonpcointradingdsl [2011/07/01 01:00] donpdonp
Line 1: Line 1:
 +=== Resources ===
 +  * Info on each exchange
 +    * inventory 
 +    * time series/trend for X time
 +    * commission/overhead 
  
 === Basic Trading Strategy === === Basic Trading Strategy ===
Line 27: Line 32:
 end end
  
 +</code>
 +
 +=== Inventory Maintenance ===
 +
 +independent process
 +<code>
 +i = mtgox_inventory
 +if i < m1
 + buy(m1-i)
 +end
 +
 +if i > m1
 + sell(i-m1)
 +end
 </code> </code>
cointradingdsl.txt · Last modified: 2024/01/31 04:08 by 127.0.0.1