Add tools, documentation, and AI strategy generation files
This commit is contained in:
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
11
ai-gen-strat/README.md
Normal file
11
ai-gen-strat/README.md
Normal 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...
|
||||
|
||||
```
|
||||
0
docs/ai-gen-prompt-template.md
Normal file
0
docs/ai-gen-prompt-template.md
Normal file
0
docs/backtest-report-template.md
Normal file
0
docs/backtest-report-template.md
Normal file
0
docs/backtesting.md
Normal file
0
docs/backtesting.md
Normal file
0
docs/desc-prompt-template.md
Normal file
0
docs/desc-prompt-template.md
Normal file
0
docs/methodology.md
Normal file
0
docs/methodology.md
Normal file
0
tools/backtest.py
Normal file
0
tools/backtest.py
Normal file
0
tools/generate-code.py
Normal file
0
tools/generate-code.py
Normal file
0
tools/generate-results.py
Normal file
0
tools/generate-results.py
Normal file
Reference in New Issue
Block a user