Add tools, documentation, and AI strategy generation files

This commit is contained in:
2025-02-28 15:41:40 -08:00
parent 25f43bc40c
commit 67f79604ab
10 changed files with 11 additions and 0 deletions

0
.gitignore vendored Normal file
View File

11
ai-gen-strat/README.md Normal file
View File

@@ -0,0 +1,11 @@
There should be a folder per strategy with following elements:
```
│ ├── strategy-001/ # Each strategy in its own directory
│ │ ├── prompt.md # The detailed prompt used
│ │ ├── strategy.pine # Generated PineScript code
│ │ ├── results.json # Backtest results file (JSON?)
│ │ └── README.md # Strategy description and summary
│ └── strategy-002...
```

View File

View File

0
docs/backtesting.md Normal file
View File

View File

0
docs/methodology.md Normal file
View File

0
tools/backtest.py Normal file
View File

0
tools/generate-code.py Normal file
View File

View File