Skip to content

Commit 1940ca2

Browse files
committed
neeed improve on the signal generator to identify alphas
1 parent a75f8ed commit 1940ca2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+9099
-1338
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"timestamp": "2025-11-02T18:15:50.016643",
3+
"symbols": [
4+
"AAPL",
5+
"MSFT",
6+
"GOOGL"
7+
],
8+
"start_date": "2024-11-02T18:15:48.053390",
9+
"end_date": "2025-11-01T18:15:48.053401",
10+
"initial_capital": 1000.0,
11+
"final_value": 1000.0,
12+
"total_return": 0.0,
13+
"sharpe_ratio": 0.0,
14+
"max_drawdown": 0.0,
15+
"win_rate": 0.0,
16+
"profit_factor": 0.0,
17+
"metrics": {
18+
"timestamp": "2025-11-02T21:15:49.998817",
19+
"metadata": {},
20+
"total_return": 0.0,
21+
"sharpe_ratio": 0.0,
22+
"sortino_ratio": 0.0,
23+
"max_drawdown": 0.0,
24+
"max_drawdown_duration": 0,
25+
"win_rate": 0.0,
26+
"profit_factor": 0.0,
27+
"total_trades": 0,
28+
"winning_trades": 0,
29+
"losing_trades": 0,
30+
"average_win": 0.0,
31+
"average_loss": 0.0,
32+
"largest_win": 0.0,
33+
"largest_loss": 0.0,
34+
"volatility": 0.0,
35+
"calmar_ratio": 0.0,
36+
"average_trade": 0.0
37+
}
38+
}
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"strategy": "StrategyRouter (Multi-Strategy)",
3+
"timestamp": "2025-11-02T18:42:45.394537",
4+
"symbols": [
5+
"AAPL",
6+
"MSFT",
7+
"GOOGL"
8+
],
9+
"period": {
10+
"start": "2024-11-01T04:00:00+00:00",
11+
"end": "2025-10-30T04:00:00+00:00"
12+
},
13+
"initial_capital": 100000.0,
14+
"metrics": {
15+
"timestamp": "2025-11-02T21:42:45.375873",
16+
"metadata": "{}",
17+
"total_return": 0.0,
18+
"sharpe_ratio": 0.0,
19+
"sortino_ratio": 0.0,
20+
"max_drawdown": 0.0,
21+
"max_drawdown_duration": 0,
22+
"win_rate": 0.0,
23+
"profit_factor": 0.0,
24+
"total_trades": 0,
25+
"winning_trades": 0,
26+
"losing_trades": 0,
27+
"average_win": 0.0,
28+
"average_loss": 0.0,
29+
"largest_win": 0.0,
30+
"largest_loss": 0.0,
31+
"volatility": 0.0,
32+
"calmar_ratio": 0.0,
33+
"average_trade": 0.0
34+
},
35+
"routing_summary": {
36+
"total_symbols": 0,
37+
"strategy_usage": {
38+
"momentum": 0,
39+
"mean_reversion": 0,
40+
"trend_following": 0
41+
},
42+
"regime_distribution": {
43+
"trending": 0,
44+
"ranging": 0,
45+
"volatile": 0,
46+
"unknown": 0
47+
},
48+
"avg_confidence": 0.0
49+
}
50+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"total_symbols": 1,
3+
"successful_downloads": 0,
4+
"failed_downloads": 1,
5+
"total_rows": 0,
6+
"rate_limit_hits": 0,
7+
"total_retries": 0,
8+
"start_time": "2025-11-02T18:00:05.637144",
9+
"end_time": "2025-11-02T18:00:06.702724",
10+
"duration_seconds": 1.06558
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"total_symbols": 1,
3+
"successful_downloads": 0,
4+
"failed_downloads": 1,
5+
"total_rows": 0,
6+
"rate_limit_hits": 0,
7+
"total_retries": 0,
8+
"start_time": "2025-11-02T18:00:49.301822",
9+
"end_time": "2025-11-02T18:00:50.064831",
10+
"duration_seconds": 0.763009
11+
}

data/historical/AAPL.csv

Lines changed: 250 additions & 251 deletions
Large diffs are not rendered by default.

data/historical/AAPL.parquet

482 Bytes
Binary file not shown.

data/historical/GOOGL.csv

Lines changed: 250 additions & 251 deletions
Large diffs are not rendered by default.

data/historical/GOOGL.parquet

472 Bytes
Binary file not shown.

data/historical/MSFT.csv

Lines changed: 250 additions & 251 deletions
Large diffs are not rendered by default.

data/historical/MSFT.parquet

466 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)