feat: tradingview rendering#16
Open
lowhung wants to merge 4 commits into
Open
Conversation
This commit adds SPEC.md, which outlines the comprehensive vision and roadmap for Chart Sayer. The specification covers: - Product vision and core problem statement - Target users and use cases - Core features and functionality - Technical architecture and data flow - Future roadmap with phased development - Technical considerations for scalability and security - Success metrics for measuring product effectiveness This document will serve as a reference for future development and help maintain alignment with the overall product vision.
This commit updates the SPEC.md file to align with the current development priorities: 1. Removed public API exposure plans 2. Added TradingView chart rendering directly in Discord 3. Added real-time price data integration (e.g., CoinMarketCap) 4. Added conversational follow-ups for position creation 5. Structured position commands into command groups 6. Added comprehensive testing requirements: - Unit testing for all methods - Integration testing for critical flows - CI pipeline for automated testing - Code formatting with Black and linting with Pylint - Pre-commit hooks for code quality These changes better reflect the immediate development goals and quality standards for the project.
This commit implements TradingView chart rendering directly within Discord: 1. Created a new module for TradingView chart rendering with these features: - Generation of TradingView chart URLs with customizable parameters - Support for different timeframes (1m, 5m, 15m, 1h, 4h, 1d, etc.) - Support for various TA indicators (RSI, MACD, Bollinger Bands, etc.) - Theme selection (dark, light, colored) - Discord embed creation with interactive chart links 2. Added a new Discord command: - `/chart tradingview <symbol>` to display charts - Optional parameters for timeframe, theme, and indicators - User-friendly choices for timeframes and themes 3. Updated help commands to include information about the new TradingView functionality This feature allows users to quickly view charts for any trading pair without leaving Discord, enhancing the trading analysis experience.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.