epan / gdax-recurring-buy

You can set up a recurring buy on gdax according to certain configurations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weekly recurring 0.01 BTC buys

epan opened this issue · comments

User story

As a lazyweb frugal crypto entusiast, I want to be able to automate my personal dollar-cost-averaging strategy of buying 0.01 BTC (the minimum 😵) every week at the lowest cost in fees possible.

Implementation notes

  1. Use an even simpler form of the forked repo
  2. Use the GDAX gdax-node library to perform transactions
  3. Perform market buys starting at the time the program first runs and then every 7 days thereafter
  4. Use minimum API permissions necessary

Out of scope

  1. Email or SMS notifications
  2. Warning about insufficient cash
  3. Varied dollar amounts
  4. Varied frequencies
  5. Varied currencies
  6. Multiple users or database of any kind