|
|
|
|
|
by orless
3202 days ago
|
|
I was interested in trying out the "Dollar Cost Averaging" investment "strategy for Bitcoin. There were a couple implementations of that (for instance https://github.com/0x13a/bitcoin-trading-dca), but mostly based on CRON jobs. I did not wanted to run this CRON job locally and I don't have free spare server, so I was looking for a cheap way to schedule this purchase task in the cloud. My solution is an AWS Lambda which is triggered once a day via CloudWatch CRON rule and buys €X worth of Bitcoin on Bitstamp. |
|
Coinbase already has, but with 1.5% fee!!
How do you make sure the transaction happens? What if my order doesn't get executed, and then 5 of them executed next week then it's not DCA anymore.