Read a price chart
What the chart view in the audited version is, where its data comes from, and how to read it without over-reading it.
Version & evidence label Verified against TradeFlows source dmitriy718/tradeflows-pro@2e5540a (2025-12-16); evidence: stage-16 source audit, 2026-09-17. Source-level verification only — the deployed app at app.tradeflows.net is unverified (deployment status unverified; origin answered 522 (origin unreachable) on 2026-09-17).
Covers: Charts (verified in source). Steps are written at the level the audit verified — the feature exists in the pinned source. Exact labels in a running app may differ; if they do, stop and see troubleshooting.
Steps
- Open the app (see "Find the app") and go to a chart view. The audited source renders interactive price charts with a dedicated charting library. Expected result: A chart area with a price series. If the chart area is empty, the market-data proxy the app depends on may be unreachable — see Troubleshooting.
- Read the chart as candles or a line: each point summarizes a time interval — opening, high, low and closing price. The lab on this site lets you practice this exact reading on a synthetic series. Expected result: You can say what one candle or point represents before caring about any trend.
- Treat the data as information, not instruction. The audited data path is read-only public market data fetched through a proxy service. A chart shows what happened; it does not tell you what to do next, and neither does this site. Expected result: No "the chart says to act" conclusion — charts describe, they do not direct.
Not covered by this guide (verification pending)
- Real-time vs delayed data behavior of the deployed app — verification pending (depends on the deployed proxy worker version, which the audit could not identify).
- Exact chart controls (interval switching, zoom gestures) — present in the charting library, but not exercised against a running deployment.
Related
- Understand what a computed signal is
- Find the app and know what you are looking at
- Practice the data → chart → indicator workflow in the lab
Guide didn't match what you saw? Open a support request — mention this guide's name and the version label above.