Загрузка данных
$env:PATH = "$env:USERPROFILE\.local\bin;$env:PATH" uv run python -m uvicorn cs_trader.web:app --host 0.0.0.0 --port 1337