# Hook: onMarketClose()
Called when the market of a watched symbol closes.
The hook is active only for the symbols with watchTicks
directive
enabled.
- Interface
class MidaTradingSystem {
protected onMarketClose (symbol: string): Promise<void>;
}