# Trading System: watchTicks()
Watches the ticks of the specified symbol.
- Interface
class MidaTradingSystem {
protected watchTicks (symbol: string): Promise<void>;
}
Watches the ticks of the specified symbol.
class MidaTradingSystem {
protected watchTicks (symbol: string): Promise<void>;
}