FunctionCodeOutputPanel({
code,
output,
codeScroll,
outputScroll,
width,
height,
}: {
code: string;
output: string;
tui_log_viewer/src/index.tsx:622
FunctionLeftPanel({
treeItems,
cursorIndex,
activeRunId,
activeStepIndex,
height,
width,
}: {
treeItems: TreeItem
tui_log_viewer/src/index.tsx:399
FunctionScrollableModal({
content,
title,
scroll,
width,
height,
borderColor,
}: {
content: string;
title: string;
tui_log_viewer/src/index.tsx:697
Functionfetch_ohlcFetch deterministic pseudo-OHLC candles for a symbol. Returns a list of dicts: [{"open","high","low","close","volume"}, ...] of length `days`
examples/tools_market_scanner.py:18