Crypto

A cryptocurrency is a digital asset designed to work as a medium of exchange wherein individual coin ownership records are stored in a ledger existing in a form of computerized database using strong cryptography to secure transaction records, to control the creation of additional coins, and to verify the transfer of coin ownership.

Computer Analysis Image
Crypto
DataScience
Python

Coefficient of variation to compare your crypto assets

This guide shows how to obtain crypto data via CoinGecko API and calculate the coefficient of variation that is a statistical measure of the dispersion of data points.

Read More
Trading market Image
Crypto
Python

How to obtain crypto execution prices via WebSocket

Crypto exchanges offer realtime endpoint via WebSocket for rates, orderbooks and executions, etc. This article is a guide how to collect such information in Python.

Read More
Programming Image
Blockchain
Crypto
Solidity

How to create your own Flashloan in Aave

It took a few bucks to make a huge profit 1,271 ETH that was equivalent to $3,600 at that time with Flashloan. This Flashloan magic sounds indescribable and simply amazed a lot of people when it occurred. There have been some actual transactions in the underlying blockchain and some people really crazed. In this blog, […]

Read More
Computer Analysis Image
Crypto
DataScience

How to get cumulative return for your asset and portfolio in Python

To explain how to use cumprod in Pandas library to calculate cumulative portfolio return and single asset return in an efficient code with Python.

Read More
Analytics Image
Blockchain
Crypto

How to get ohlcv data for your exchange with ccxt library?

Overview about OHLCV and ccxt library. How to use ccxt library to obtain OHLCV data from crypto exchange that you’re using in Python.

Read More
Blockchain Image1
Crypto

How to create a Flashloan transaction without coding?

To describe what Flashloan is in Aave protocol and look through how to use Furucombo app to form cubes and your own combo to do arbitrage.

Read More
Trading Image
Crypto
Python

Simple backtesting for trading in Python

To highlight how easy we can do backtesting in simple Python coding and leverage results for your trading, stock market, forex, options and crypto currencies.

Read More