Initial conversation history

- Session 2026-03-21: MQL Trading Bots verification
- Documented 19% trading profit
- Fixed stop loss bug
- Gitea migration complete
- Created project index and templates
This commit is contained in:
2026-03-21 18:50:25 -04:00
commit 386931a7cf
3 changed files with 309 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# No sensitive data should be stored here
# If credentials are mentioned, they should be
# rotated after session documentation
# Temporary files
*.tmp
*~
.DS_Store