Price (USD) chart missing volume bars, indicators menu, and fullscreen control . No standard charting overlays available (No tools beyond basic candlesticks) #150
Labels
No labels
agent:fix_bugfix
agent:fix_conflicts
agent:fix_security
agent:gap_analysis
agent:implement
agent:implement
agent:implement
agent:open_issues
agent:ready
agent:research
agent:security_audit
agent:verify
architecture
backend
blocker:hybrid
blocker:launch
blocker:limit-orders
blocker:v2
block:log_only
block:security
bug
ci
contracts
correctness
deploy
dev
devops
docs
documentation
duplicate
e2e
enhancement
epic
feature
frontend
functional-completion
gas
good first issue
governance
help wanted
high-risk
hooks
hybrid
indexer
infra
infrastructure
integrators
invalid
launch-blocker
limit-orders
localnet
localterra
low priority
missing-implementation
needs-design
ops
performance
priority
high
priority
medium
product
qa
QA
question
ready
ready
research
scripts
security
security-hardening
smartcontracts
tech-debt
testing
ux
UX
v2
verification
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
code/cl8y-dex-terraclassic#150
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue Summary
The Price (USD) chart on
/traderenders candlesticks only. There are no volume bars below the candles, no indicators menu, and no fullscreen or expand control. A CEX-migrant trader expects these as baseline charting tools for pre-trade context; without them the chart shows price history only, with no way to assess volume, momentum, or trend before placing an order.Reproduction Steps
/tradeExpected Behavior
Actual Behavior
Environment Details
localterra(local Docker)VITE_NETWORK=local npm run devWallet / Device Details
Screenshots
Severity / Impact
P2 Polish. Chart remains functional for basic price history reading. No funds are at risk. However the absence of volume and indicators is a meaningful gap for a CEX-migrant trader who relies on these to assess entry timing. Found under W6-C2 (Overlays — Display and Interactivity dimensions).
cc: @PlasticDigits
mentioned in issue #116
mentioned in commit
8a8cd4e3aamentioned in commit
9ded951a86mentioned in issue #149
mentioned in commit
a153784cd3Update (implementation)
Delivered TradingView lightweight-charts enhancements on
/tradeand/charts(not the hosted TradingView widget):skills/AGENTS_FRONTEND_PRICE_CHART.mdcrosslink #113, #149, #150, #151.Verification checklist
/trade, select a pair with candles — confirm histogram under candles (non-flat when indexer has volume).volume_quote: 0but non-zerovolume_base— bars still show relative height.cd frontend-dapp && npm run test:run && npm run build— green.@totdking please verify on your side when convenient.
Issue left open pending your confirmation.
mentioned in issue #151
/trade, select a pair with candles — confirm histogram under candles (non-flat when indexer has volume).volume_quote: 0but non-zerovolume_base— bars still show relative height.cd frontend-dapp && npm run test:run && npm run build— green.Gaps noticed
for the indicators, if activated, it does not show up immediately on the chart, i would have to change the timeframe for any of the indicators to show up .
Screen record:
cc: @PlasticDigits
mentioned in commit
1e364061e4Update (GitLab #150 — indicators QA)
Implemented a fix for MA 7 / MA 25 / RSI 14 toggles on the Price (USD) chart (
dfb6d48onmain).What changed
addSeries/removeSeries, and RSI usesaddPane/removePane(2)instead of tearing down the whole chart on every checkbox change.import()+ effect cleanup) that could leave overlays missing after QA toggles.frontend-dapp/src/components/charts/priceChartLightweightIndicatorSync.tswith unit tests;PriceCharttest covers toggling MA 7 after load.docs/frontend.md§ Trade page — price chart invariants;skills/AGENTS_FRONTEND_PRICE_CHART.md.Checklist for verification
/trade(or/charts) with a pair that has candle history: open Indicators, enable MA 7 — cyan overlay appears on the price pane; disable — overlay disappears.@totdking could you re-run the QA scenario above on latest
mainand confirm?Issue left open until you sign off.
Verification complete (agent QA — 2026-05-27)
Re-verified GitLab #150 on latest
main(3f6a2e5) against the full local stack:Services: LocalTerra healthy · host Postgres :5432 · indexer http://127.0.0.1:3001 · frontend http://127.0.0.1:3000 · bot swarm active.
Checklist
/trade(EMBER/CORAL): volume histogram below candles (non-flat with live indexer data).volume_quote: 0/volume_basefallback — bars show relative height (local indexer).cd frontend-dapp && npm run test:run && npm run build— 599 tests pass, build green./tradeand/charts.No additional code changes required; closing as verified.
mentioned in issue #211
mentioned in issue #225
marked as related to #225
mentioned in issue #227
marked as related to #227