Crypto

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
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