Posts tagged tutorial
A Guide To Create a Personal Coinbase Index Fund (2020 Update)

With only a few minutes to set up, Shrimpy is a simple and effective solution for managing a cryptocurrency portfolio. No complicated bells and whistles. Only the core functionality that provides a pleasant experience. This makes Shrimpy ideal for anyone from the crypto expert who wants to save time managing their assets, to new crypto owners who have little or no trading experience.

Read More
The API for Crypto Trading Bots

Many trading services struggle to scale past even a single exchange integration. Each new exchange integration past the largest exchanges produces lower and lower returns, making it impractical to build a service for more than the top few exchanges.

The following sections will discuss how developers can integrate every major exchange without ever worrying about maintaining and scaling the complex infrastructure that is required for exchanges.

Read More
CCXT Alternative - The Pro Cryptocurrency Trading API

Cryptocurrency exchanges have a serious problem. They are completely independent organizations which have individually decided the standards, functionality, and features for their APIs. They don’t abide by traditional conventions or follow industry expectations. Every single exchange has implemented their own completely unique API with custom endpoints which interface with their services.

Read More
Automating Crypto Portfolios with Trading Scripts

Automating your cryptocurrency portfolio can be a complex process if you try to implement the management logic from scratch. Instead of building the automation infrastructure from the ground up, this article will cover how to implement an automated portfolio strategy with only a few lines of code in Python.

The time consuming process of constructing a diverse portfolio is reduced to simple logic. No more logging into your cryptocurrency exchanges, or manually calculating the balances of each of your assets across exchanges.

Read More