File size: 742 Bytes
094a5f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: Quant Knowledge Extractor
emoji: πŸ“Š
colorFrom: green
colorTo: gray
sdk: docker
pinned: true
license: mit
---

# πŸ“Š Quant Knowledge Extractor β€” Julia Engine

Upload PDFs β†’ Extract strategies β†’ Backtest with Julia β†’ Download MT5 `.set` files.

**Julia handles all computation** (indicators, backtest engine, walk-forward optimizer).  
Python handles only UI (Gradio) and API calls (Claude, HuggingFace).

## Setup β€” Add these Secrets in Space Settings β†’ Variables and Secrets

| Secret | Description |
|--------|-------------|
| `ANTHROPIC_API_KEY` | Claude API key |
| `HF_TOKEN` | HuggingFace write token |
| `HF_DATASET_REPO` | `your-username/quant-knowledge-base` |
| `HF_TICK_REPO` | `your-username/tick-data` |