Introduction to Algorithmic Execution - Part 6: Percent of Volume (POV)
Published by:
•
5.1. Percent of Volume (POV) Algorithm
5.1.1. Overview
The Percent of Volume (POV) algorithm is arguably the most widely utilized volume-driven trading strategy. Rather than executing trades over a predetermined time window (defined by fixed start and end times), this algorithm operates based on a user-specified target participation rate.
The algorithm's primary objective is to issue orders so that the ratio of its executed quantity to the total market volume matches this target rate.
Key Characteristics:
Controlled Aggression: The main appeal of the POV strategy is that it allows traders to explicitly dictate how aggressive they want to be regarding market participation.
Dynamic Adaptation: Unlike Time-Weighted Average Price (TWAP) and Volume-Weighted Average Price (VWAP) algorithms—which largely ignore sudden volume spikes—the POV algorithm actively responds to changes in realized market volume to sustain its target rate.
Realized Volume Scheduling: The algorithm operates on a dynamic schedule dictated entirely by actual market volume.
Tracking Bands: Similar to TWAP and VWAP, most POV configurations allow the execution to drift slightly ahead of or behind the target, though traders generally expect it to track the target very closely (typically within 1 percentage point or less).
Starting Behavior:When the algorithm launches, its initial action depends on its parameters. If it is permitted to "get ahead" (meaning it has an upper boundary greater than the target), it may immediately send out an initial limit order for a quantity up to that maximum percentage. Conversely, if it is strictly configured never to exceed the target, the algorithm will wait for actual market volume to occur before dispatching any orders.
5.1.2. Example of POV Algorithm
Consider a scenario where a trader wants to execute at a 10% participation rate.
For every 100 shares traded in the broader market, the algorithm aims to execute 10 shares. Because these algorithms primarily trade in round lots (though odd-lot trading is becoming increasingly common), the POV algorithm will hold off until 900 shares have traded in the market before routing its first 100-share order.
Why 900 shares instead of 1,000? Once the algorithm's 100-share child order executes, the total market volume becomes 1,000 shares (the original 900 plus the algorithm's 100). Therefore, the 100 executed shares represent exactly 10% of the newly established total quantity.
If the algorithm is operating with a very strict lower bound (e.g., it must exactly match the target quantity), it will route those 100 shares as a market order. This guarantees immediate execution and keeps the algorithm perfectly on schedule. The cycle then repeats: for every subsequent 900 shares of external market volume, the algorithm fires a 100-share marketable order.
Analyzing the Trading Schedule (Figure 5.1):Figure 5.1 illustrates the evolution of the target schedule for a 20,000-share order executed at a 25% POV.
Visual Indicators: The executed market volume per period is represented by orange bars, while the blue line traces the corresponding upward shift in the cumulative target schedule.
Incremental Updates: Unlike TWAP and VWAP schedules, which are mapped out before trading begins, POV schedules are drawn incrementally as volume materializes. Different actual volume patterns will yield entirely different execution paths. Furthermore, POV schedules typically update on a tick-by-tick basis, shifting with every single increase in market volume.
The chart demonstrates that the schedule rises proportionally alongside the traded volume in any given period:
Periods 3 & 4: Trading activity was light, resulting in minimal movement in the target schedule.
Period 9: Market volume experienced a massive spike of nearly 20,000 shares. In response, the algorithm's target schedule aggressively jumped by 6,700 shares, bringing the total market volume for that period to approximately 26,700 shares.
The Appeal of POV vs. VWAP/TWAPThe main draw of the POV algorithm is that it applies the intuitive logic of VWAP, but does so dynamically in real time. VWAP algorithms scale their trading based on how volume has historically traded. In contrast, POV algorithms scale their trading based on how the market is actually trading at that exact moment. By breaking away from the fixed schedules used by TWAP and VWAP, the POV algorithm continuously recalibrates to guarantee a steady participation rate.
Risk Management BenefitsFinally, because it trades in lockstep with market volume, the POV algorithm inherently becomes more aggressive when market risk elevates (since volume and risk share a positive correlation). Consequently, during times of unforeseen volume spikes, the POV algorithm naturally accelerates its trading to reduce risk more aggressively.


A new way to
trade is here.
OrderX equips serious traders with the tools they’ve been waiting for Structured execution, integrated systems, and built-in intelligence.


