Order Flow Analytics
The robot paints the flow by delta, builds accumulation/distribution zones and tracks the POC — and trades boundary breakouts confirmed by liquidity.
Colors candles by delta (green — buyer, red — seller) and builds growing accumulation/distribution zones and a POC line on its own — nothing to mark up by hand.
A signal fires only if the POC sits inside the zone boundaries and price has moved past the level by the gap size. Fewer entries into noise — precision over quantity.
Test mode runs the strategy over history with commission and slippage: win rate, profit factor, P/L in ticks and $ — before you go live.
On the left the POC is inside the zone boundaries — the breakout gives a signal; on the right the POC is outside the boundaries — there's a breakout, but no signal fires. The robot takes only breakouts confirmed by liquidity: fewer signals, higher precision.
Computes delta (ask − bid) on the levels inside a candle and colors the bars: green — buyer, red — seller.
Delta rises for N bars in a row (Min Increase) → a zone forms: green on accumulation, red on distribution.
In a rolling window the robot tracks the POC — the level of maximum liquidity; the zone matters only if the POC lands within its boundaries.
Price moves past the boundary by the gap size (Trend / Reversal Gap): ▲ for long on an upside break, ▼ for short on a downside break — and entry.
Delta built up for N bars (Min Increase) → a green accumulation zone formed → the POC inside the boundaries confirmed its significance → price broke the top by the gap size → signal and entry.
An accumulation zone with the POC inside the boundaries → price broke the top by the gap size → ▲ entry, stop below the boundary, two targets TP1 / TP2. In this case +28 ticks — risk and entry by the rules, not by emotion.
A trader waits for an accumulation zone to break upward, but plain breakouts are often false, and there's no time to watch the flow non-stop.
- Sets the delta mode and Level Mode (volume / reversal / trend) to fit the instrument
- Sets Min Increase and Trend / Reversal Gap — stricter thresholds cut off false breakouts
- Runs test mode with commission and slippage — checks win rate and profit factor
- Turns on live mode — entry on the ▲ arrow, stop in ticks, two targets TP1 / TP2
Delta mode and candle coloring, POC period, level mode and the zone-formation threshold, breakout gaps, two targets and a stop in ticks, test mode with commission/slippage and mapped files for external control — tuned to your instrument and style.