Initial commit — TSLA grid trading bot

- Grid strategy with survival-gated spacing and depth
- Full 60% drop simulation for all survival checks
- Calibration report with auto-updating survival threshold
- Transaction history sync from Capital.com
- Dip mode with bottom-two TP rules
This commit is contained in:
2026-05-27 07:02:58 +01:00
commit 2be8b491d0
12 changed files with 3447 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Credentials — never commit these
.env
# Database — large binary, regenerated by fetch_history.py
data/
# Logs — runtime output, not source code
logs/
# Python cache
__pycache__/
*.pyc
*.pyo
# OS files
.DS_Store
Thumbs.db
# Editor files
.vscode/
.idea/
*.swp