Smart Money Flow — Detecting Sharks' Buying/Selling Activities

📅 Translated: 2026-05-25 · Original (Vietnamese): 🇻🇳 Read in Vietnamese
🤖 This article was automatically translated from Vietnamese using Vnstock AI. For the most accurate version, refer to the original Vietnamese article.

Why is this data important?

In major exchanges, active buy/sell order data is limited to VIP customers with a fee of 5-15 million VND/month (Fiintrade, Vietstock Pro...). They hide this information for a reason:

Vnstock.io.vn decodes this algorithm, offering it for free in part and in full with the Premium package for 299K VND/month.

Heuristic formula and reasoning

factor = (Close - Low) / (High - Low)  // closing price weight within the range
buy_active = Volume × factor // active buy
sell_active = Volume × (1 - factor) // active sell
net_flow_VND = (buy - sell) × close // net cash flow in VND

Reasoning: When most orders are matched at a high price in a session (close near high), it means buyers are accepting the ask price, indicating active buying power. Conversely, a close near low indicates active selling.

Shark threshold: |net_flow| ≥ 1 billion VND in a session = "Shark detected".

Accumulation over 5/20 periods — detecting long-term buying

Detecting 'Pump and Dump' Schemes — Sharks' Tactics to Deceive F0

When retail investors (sheep_noise) rush to buy at the peak but sharks (shark_follow) are selling, the AI warns of a risk score of 85/100 + a label .

This is the biggest risk for F0 — Vnstock detects it early to prevent buying at the peak.

AI Layer — Storing Shark History in the Database

Vnstock stores shark_flow_history in the database daily. When asking the AI Analyst , the AI can respond specifically:

This is something only AI with real data can do — not a generic GPT.

← All English articles · 🇻🇳 Original Vietnamese · 🚀 Launch App