Fix graph

This commit is contained in:
2025-11-25 11:03:52 +07:00
parent 6376e13b07
commit 4b5c1c5ce0
6 changed files with 140 additions and 66 deletions

View File

@@ -937,8 +937,9 @@ public static class TradingBox
var buildedIndicator = ScenarioHelpers.BuildIndicator(ScenarioHelpers.BaseToLight(indicator));
indicatorsValues[indicator.Type] = buildedIndicator.GetIndicatorValues(candles);
}
catch (Exception)
catch (Exception ex)
{
throw;
// Removed logging for performance in static method
// Consider adding logging back if error handling is needed
}