What Is the Big Trades Indicator and How to Use It

What Is It

When an order hits the market, it is matched against resting limit orders. This can cause a large trade to appear small. Most venues provide ways of reconstructing the trade into its original quantity.

A big trade indicator simply reconstructs orders into their original quantity.

Below we have a market sell of 4 contracts occur.

Raw Tape

Raw tape showing four separate prints of size 1 at the same price

Reconstructed Tape (Big Trades)

Aggregated tape showing the same four prints combined into one size 4 trade

The big trade indicator is an overlay for charts that takes this reconstruction logic and displays these trades with circles. The larger the circle - the bigger the trade. Below is a chart showing us all big trades but this can be overwhelming and hard to read.

Candlestick chart with overwhelming number of bubble markers highlighting larger buys and sells

Here we implement a filter of ‘60’ - only show trades greater than 60 contracts.

Candlestick chart with a couple bubble markers highlighting larger buys and sells

How to use it

The idea is that large trades are more likely to be smart money. Where are these trades occuring

Try Big Trades on a footprint chart in the docs.

How It's Constructed

Different platforms use different methods of trade construction.

Platforms like Sierra Charts and MarketByOrder use match events. For example the CME publishes a several match events that span several prices. We take all the values from the several events and add them together.

Other methods of aggregation like combining events with the same time is inaccurate.

Replay real order flow and watch Big Trades in context.

Start Replaying Free