Files
OpenFin/backend/routers
OpenSquared c73bedd7d0 debug: expose full inputs/outputs in Recalculer response for diagnosis
_run_auto_analysis now returns a rich dict {ok, inputs, node_values, actual_moves, error}
instead of bool. The refresh endpoint captures and forwards:
- inputs: what values were fed to evaluate_graph
- node_keys: which nodes were computed in prediction
- actual_moves: actual price pips fetched
- run_error: exception message if it failed

Frontend shows all of this after clicking Recalculer so the root cause is visible.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-29 23:09:49 +02:00
..
2026-06-28 16:36:28 +02:00
2026-06-28 12:15:25 +02:00
2026-06-28 15:38:19 +02:00
2026-06-28 12:15:25 +02:00
2026-06-28 18:08:09 +02:00