Files
trading_bot_v4/cluster/distributed_results/v9_chunk_000002_spec.json
mindesbunister 1f83a7d7c4 feat: Add coordinator log viewer to cluster UI
- Created /api/cluster/logs endpoint to read coordinator.log
- Added real-time log display in cluster UI (updates every 3s)
- Shows last 100 lines of coordinator.log in terminal-style display
- Includes manual refresh button
- Improves debugging experience - no need to SSH for logs

User feedback: 'why dont we add the output of the log at the bottom of the page so i know whats going on'

This addresses poor visibility into coordinator errors and failures.
Next step: Fix SSH timeout issue blocking worker execution.
2025-12-01 11:49:23 +01:00

68 lines
856 B
JSON

{
"chunk_id": "v9_chunk_000002",
"chunk_start": 4000,
"chunk_end": 4096,
"grid": {
"flip_thresholds": [
0.4,
0.5,
0.6,
0.7
],
"ma_gaps": [
0.2,
0.3,
0.4,
0.5
],
"adx_mins": [
18,
21,
24,
27
],
"long_pos_maxs": [
60,
65,
70,
75
],
"short_pos_mins": [
20,
25,
30,
35
],
"cooldowns": [
1,
2,
3,
4
],
"position_sizes": [
10000
],
"tp1_multipliers": [
2.0
],
"tp2_multipliers": [
4.0
],
"sl_multipliers": [
3.0
],
"tp1_close_percents": [
60
],
"trailing_multipliers": [
1.5
],
"vol_mins": [
1.0
],
"max_bars_list": [
500
]
},
"num_workers": 32
}