← Back to Home
Trading Strategy
🏛️

Wyckoff Method

Decode institutional accumulation and distribution cycles using price-volume analysis.

Start Automating Free →

Want to automate this strategy? Try auto-Trading free — no credit card required.

Wyckoff Method chart

Overview

What is Wyckoff Method?

Richard Wyckoff was a pioneer of technical analysis in the early 20th century. Working as a stockbroker and publisher in the 1910s-1930s, he had unparalleled insight into how large operators — institutions and market makers — accumulated and distributed large positions without moving markets adversely. He distilled these observations into a coherent framework still used by sophisticated traders today.

The Wyckoff Method identifies four phases of market behavior: Accumulation (large operators quietly buying while retail sells), Markup (the resulting uptrend), Distribution (large operators selling into retail demand near the top), and Markdown (the resulting downtrend). Each phase contains identifiable sub-events such as Preliminary Support, Selling Climax, Automatic Rally, Secondary Test, Spring, and Sign of Strength for accumulation schematics.

The "Spring" — a false breakdown below support that shakes out weak hands before the markup phase — is one of the most tradable Wyckoff events. It looks like a breakdown but is actually a final shakeout by institutions before a significant move higher. Confirmation comes from increased volume and a rapid recovery above the support level.

Wyckoff's three laws — Supply and Demand, Cause and Effect, and Effort vs. Result — provide a logical framework for understanding why markets move, not just how. The Cause and Effect law is particularly powerful: the larger the accumulation (cause), the greater the eventual markup (effect). This allows estimation of price targets using Point and Figure charts.

How It Works in auto-Trading

Automate It

auto-Trading incorporates Wyckoff analysis by combining price structure recognition with volume analysis. The platform can identify potential Springs, Tests, and Signs of Strength automatically. Automated strategies can enter on confirmed Spring patterns with volume confirmation, with targets based on the projected Cause and Effect price objective.

Try Free →

Strategy Code

Pick a script below, copy it, and use it on your chart.

Pine Script (TradingView)

This is a TradingView Pine Script strategy example for this page concept. Paste it into the TradingView Pine Editor, add it to your chart, and run it in the Strategy Tester.

//@version=6
strategy("Wyckoff Method", overlay=true)
emaFast = ta.ema(close, 20)
emaSlow = ta.ema(close, 50)
bullStructure = close > emaFast and emaFast > emaSlow

Get full strategy code access

Enter your email address and full name to unlock this strategy code.

ThinkScript (thinkorswim)

This is a thinkorswim ThinkScript strategy example for this page concept. Open thinkorswim, create a custom strategy, paste the script, and apply it to your chart.

def fast = ExpAverage(close, 20);
def slow = ExpAverage(close, 50);
def liquidityGrab = low < Lowest(low, 10)[1] and close > open;
def buySignal = close > fast and fast > slow and liquidityGrab;
def sellSignal = close < fast;

Get full strategy code access

Enter your email address and full name to unlock this strategy code.

Ready to automate Wyckoff Method?

Join thousands of traders who use auto-Trading to execute this strategy automatically, 24/7.

Get Started Free →

All Strategies & Signals

Continue Learning

Trading Strategies

Trading Signals & Indicators