User Tools

Site Tools


cointradingdsl

**This is an old revision of the document!**

Basic Trading Strategy

Buy at B1 or below.

Sell at S1 or above.

The exchange will implement this for you.

Ratcheting

  • Maintain inventory of m1 bitcoins
  • if trending down, sell
  • if trending up, buy
m1 = 1
t = price_trend_over_last_minutes(5)
if t < 0
end

if t > 0
end
cointradingdsl.1309481608.txt.gz · Last modified: 2024/01/31 04:08 (external edit)