Trading

Trading chart Image
DataScience
Python

How to draw a trend line with DataFrame in Python

Talib library doesn’t support to draw trendlines. This is the article how to compute trendlines from DataFrame and draw it in matplotlib.

Read More
Trading market Image
DataScience
Python

How to draw 4 most common trend indicators in matplotlib in Python

Trend indicators are usable and handy for beginners. Here is to introduce how to draw chars and bars for Moving Averages, MACD, RSI and OBV 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
Trading chart Image
DataScience

How to calculate historical volatility and sharpe ratio in Python

To understand what historical volatility and sharpe ratio are in the markets. It is a how-to guide how to compute volatility and sharpe ratio in 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