Overview

Excel Charting VBA Finance

A Point and Figure (P&F) chart is a technical analysis tool that filters out time and focuses purely on price movement. Columns of X's represent rising prices; columns of O's represent falling prices. This workbook builds the entire P&F chart from MSFT (Microsoft) stock data using Excel formulas, then overlays Bollinger Bands to identify overbought/oversold conditions. The chart rendering uses conditional formatting and VBA.

Download the Excel file (.xlsm)

How It Works

When to Use This

Point and Figure charts are used by technical analysts to identify support/resistance levels and trend reversals without the noise of time-based charts. Adding Bollinger Bands provides a statistical framework for identifying when P&F columns are reaching extreme levels. This workbook is a learning tool for understanding both techniques and how to implement them with pure Excel formulas.