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