Blog

Technical breakdowns, bot development guides, and lessons from ongoing projects.

Algo Trading

Algorithmic Trading on Hyperliquid DEX with Python and CCXT

Learn how to connect Python to Hyperliquid DEX using CCXT and place market, limit, stop loss, and take profit orders while keeping full custody of your funds.

March 3, 20269 min read
Algo Trading

Free Python Tool to Analyse Your Bitget Trading Performance

A free, open-source Jupyter Notebook that uses Bitget's tax endpoint to analyse your futures trading performance: PnL, win rates, and per-coin breakdowns.

March 2, 20267 min read
Algo Trading

Pine Script Trailing Stop Loss: Two Methods for TradingView Strategies

Two methods to code a trailing stop loss in Pine Script: the built-in percentage approach and a custom indicator-based method for full control over your exits.

March 1, 20267 min read
Algo Trading

Pine Script Stop Loss and Take Profit: Complete Coding Guide

Learn how to implement stop loss and take profit orders in Pine Script using strategy.exit(), with percentage-based levels and risk-reward ratio examples.

March 1, 20266 min read
Algo Trading

Demo Trading with Python: Test Your Crypto Bot Risk-Free

How to set up demo trading with Python and CCXT to test your crypto bot risk-free, with code examples for the Bitget sandbox API.

February 28, 20267 min read
Trading Strategies

Trend Following vs Mean Reversion: How to Evaluate and Combine Both

A practical guide to the two core trading strategy types: how each works, what metrics to use for evaluation, and how to combine them.

February 27, 20267 min read
Technical Analysis

Heikin Ashi Candles for Crypto Trading: A Complete Guide

How Heikin Ashi candles work, where they mislead crypto traders, and how to build strategies that actually hold up with backtested examples.

February 26, 20266 min read
Blockchain

Tokenisation of Real World Assets: How Blockchain Is Reshaping Finance

How real-world assets like real estate, bonds, and gold are being tokenised on blockchain, with three concrete platform examples.

February 25, 20266 min read