Overrides an existing trading strategy in the framework.
This function partially updates a previously registered strategy with new configuration.
Only the provided fields will be updated, other fields remain unchanged.
Parameters
strategySchema: TStrategySchema
Partial strategy configuration object
strategyName
Unique strategy identifier (must exist)
interval
Optional: Signal generation interval
getSignal
Optional: Async function that generates trading signals
Overrides an existing trading strategy in the framework.
This function partially updates a previously registered strategy with new configuration. Only the provided fields will be updated, other fields remain unchanged.