Files
trading_bot_v3/.github/instructions/double_check.instructions.md
mindesbunister c1a7a28cd8 Implement working canvas-based trading chart
- Created SimpleTradingChart component using HTML5 Canvas
- Renders proper candlestick chart with sample SOL/USDC data
- Includes grid lines, price labels, and proper styling
- Replaced problematic lightweight-charts with working solution
- Updated trading page to use the new working chart component

Fixes chart loading issues by using native HTML5 Canvas instead of external library dependencies.
2025-07-16 13:06:58 +02:00

536 B

applyTo
applyTo
**

whenever you make changes to the code, please ensure to double-check everything to avoid any issues. This includes:

  • Reviewing the code for syntax errors
  • Testing the functionality to ensure it works as expected
  • Checking for any potential security vulnerabilities
  • Verifying that all dependencies are up to date
  • Ensuring that the code adheres to the project's coding standards
  • Running any automated tests to confirm that existing features are not broken
  • Documenting any changes made for future reference