GitDeployHub

awzhgw/ai-trader

github.com/awzhgw/ai-trader ↗
Python
20 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)

  • OPENAI_API_BASE secret
  • OPENAI_API_KEY secret
  • ALPHAADVANTAGE_API_KEY secret
  • JINA_API_KEY secret
  • MATH_HTTP_PORT
  • SEARCH_HTTP_PORT
  • TRADE_HTTP_PORT
  • GETPRICE_HTTP_PORT
  • CRYPTO_HTTP_PORT
  • AGENT_MAX_STEP
  • RUNTIME_ENV_PATH
  • TUSHARE_TOKEN secret
  • BROKER_MODE Broker Configuration
  • GJZJ_ACCOUNT_ID Gjzj配置(A股)
  • GJZJ_SESSION_ID
  • GJZJ_STRATEGY_NAME
  • GJZJ_PATH
  • FUTU_ACCOUNT_ID Futu配置(美股)
  • FUTU_HOST
  • FUTU_PORT
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/awzhgw/ai-trader
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/awzhgw/ai-trader
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/awzhgw/ai-trader
Or deploy to a different host
← Try another repo