scalping dash also works initially

This commit is contained in:
Dobromir Popov
2025-05-26 16:02:40 +03:00
parent 39942386b1
commit c97177aa88
39 changed files with 7272 additions and 1076 deletions

View File

@ -1,10 +1,7 @@
# Cursor AI Coding Rules for gogo2 Trading Dashboard Project
## Unicode and Encoding Rules
- **NEVER use emoji characters in logging statements or console output**
- **NEVER use Unicode characters that may not be supported by Windows console (cp1252)**
- Use ASCII-only characters in all logging, print statements, and console output
- remove emojis from the code and DO NOT replace them with text equivalents:
## Code Structure and Versioning Rules