Market analysis from the terminal.

Market Lab is a terminal-native toolkit for inspecting market data, running studies, and evaluating strategies. It is designed for humans and AI agents that need clean, reproducible outputs without a UI-heavy workflow.

$ curl -fsSL https://marketlab.sh/install.sh | sh
QuantsMarket MakersOrderflow TradersAI Agents

terminal session

$ mlab status

provider: mmt

scope: source / study / strategy

mode: human + agent readable

$ curl -fsSL https://marketlab.sh/install.sh | sh

$ mlab source orderbook --provider mmt --exchange bybitf --symbol BTC/USDT --depth 100

$ mlab study slippage --provider mmt --exchange bybitf --symbol BTC/USDT --side buy --notional 100000

$ mlab strategy run sma-crossover --provider mmt --exchange bybitf --symbol BTC/USDT --timeframe 60

Current provider support: MMT only

Market Monkey Terminal via mmt.gg

Open command examples