You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Develop a centralized asset-to-chart mapping structure. This structure will standardize the way assets and their corresponding TradingView chart symbols are managed in the application.
🎯 Tasks
Research and gather a comprehensive list of popular assets and their TradingView symbols.
Create a JSON or JS file to store mappings as { name: string, symbol: string }.
Integrate the mapping into the TradingViewChart widget.
Add functionality to dynamically generate dropdowns from the mapping for asset selection.
Test the mapping for accuracy and coverage of supported assets.
Document the structure for future updates and maintenance.
The text was updated successfully, but these errors were encountered:
ℹ️ Description
🎯 Tasks
The text was updated successfully, but these errors were encountered: