Let's see a full sample
One article in our blog, presents all the steps needed to build a bot that makes a dollar cost averaging investment strategy on cryptocurrencies using the Kraken exchange.
That process is already present on our Sandbox, with the name [Sample] Dollar cost averaging for crypto 💸
, so you can check there every single detail.
An overview referencing this docs page contents could be:
- We create a new process
- We provide a README content
- We provide the input parameters specification
- We create two team variables to securely store the api keys created in Kraken
- We create two modules, one for a Kraken API client and another one to encapsulate some common functions
- We create a new integration to use smtp and deliver a report email with a Gmail account
- We write the full process source code
- Finally we test some executions, both with on demand and with schedule, and if we needed, we could also make the executions start using a webhook.