Blog
Technical breakdowns, bot development guides, and lessons from ongoing projects.
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.
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.
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.
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.
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.
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.
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.
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.







