Fix graph
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user