# Functions

AddCustomStrategy adds a strategy to the available set.
ApplyAllStrategies applies all matched strategies concurrently.
MatchWithMarkets matches a strategy with the markets.

# Structs

IntervalStrategy is an interval based strategy.
StrategyModel represents a strategy model used by strategies.
Tactic represents the effective appliance of a strategy.
WebsocketStrategy polls data from a websocket in real-time.

# Interfaces

Strategy represents a generic strategy.

# Type aliases

StrategyFunc represents a standard function binded to a strategy model execution.