Technical Analysis & Automated Trading

Technical analysis and automated trading strategies — from chart patterns and technical indicators to quantitative backtesting, factor models, and programmatic trading, systematizing trading decisions.

7 articles

🔥 Popular TagsTop Tags
Using VWAP to Spot Day Trade OpportunitiesNEW
Tech Analysis

Using VWAP to Spot Day Trade Opportunities

A practical guide showing how day traders use VWAP with the 10MA and 20MA plus simple candlestick patterns to find high-probability entries in XAUUSD, with clear risk rules.

10/08/2026 下午06:505 min
T
Tech Analysis

Trend-Following Strategy Backtesting Framework Based on Three-Stage Data Isolation and Walk-Forward Rolling Validation

Backtesting framework documentation (specifically designed for trend-following trading strategies)

07/07/2026 下午05:293 min
The Complete Guide to 10 Python AI Libraries: Every Stage of a Quant Trading Workflow
Tech Analysis

The Complete Guide to 10 Python AI Libraries: Every Stage of a Quant Trading Workflow

A one-stop guide to the positioning of 10 core Python AI libraries in quantitative trading: NumPy for numerical computing, pandas for financial time series, scikit-learn for traditional ML, XGBoost/LightGBM as the workhorses for tabular data, PyTorch for research-oriented deep learning, TensorFlow/Keras for production deployment, and Jupyter as the research environment—plus practical use cases for statsmodels, spaCy, Transformers, backtrader, vectorbt, ccxt, MetaTrader5, and TA-Lib. Includes typical installation combinations and a decision tree.

18/06/2026 下午10:4522 min
How to Draw Support and Resistance Levels: A Complete Guide from Basics to Application
Tech Analysis

How to Draw Support and Resistance Levels: A Complete Guide from Basics to Application

Support and resistance form the foundation of all technical analysis. This article teaches you how to correctly identify, draw, and apply support and resistance levels, avoid common drawing mistakes, and build systematic rules by combining quantitative trading concepts.

20/06/2026 上午02:107 min
MT5 Complete Guide: Charts, Order Placement, TSL, Alerts, and Troubleshooting
Tech AnalysisFeatured

MT5 Complete Guide: Charts, Order Placement, TSL, Alerts, and Troubleshooting

From MT5 installation and interface navigation to order types, TSL trailing stop loss, chart drawing tools, price alerts, and common troubleshooting—an essential MT5 guide for gold intraday traders.

19/06/2026 上午01:504 min
ICT Order Block Signal Engine Complete Tutorial: From Theory to 10 Enhancements, From Backtesting to Live Alignment
Tech AnalysisFeatured

ICT Order Block Signal Engine Complete Tutorial: From Theory to 10 Enhancements, From Backtesting to Live Alignment

A complete tutorial on implementing ICT Order Block trading theory using vectorized Python, paired with 10 enhancements that go beyond the original PineScript (bidirectional OB, mitigation tracking, ATR-based dynamic SL, volume confirmation, Displacement, FVG, EMA trend filter, session filter, freshness scoring, zone scoring). Covers the Brain + Hands hybrid architecture, the full StrategyConfig parameter set, and the consistency guarantees between BacktestEngine and LiveEngine.

18/06/2026 下午09:5529 min
Introduction to Factor Investing: Data-Driven Secrets to Outperforming the Market
Tech Analysis

Introduction to Factor Investing: Data-Driven Secrets to Outperforming the Market

An overview of the core concepts behind multi-factor models, covering factors such as value, momentum, and quality, and how data-driven stock selection works.

14/06/2026 下午05:001 min
Technical Analysis & Automated Trading