Example (Stocks)

Stocks Monitoring & Auto-Trading

  • Goal: Monitor stock symbols or cryptocurrency prices continuously, perform transactions under specified conditions.

  • Key Functions:

    • get_token_info to access real-time market information.

    • execute_trade (custom) that connects with a brokerage service or on-chain DEX.

    • search_twitter for sentiment analysis or relevant news.

  • Workflow: The agent continuously tracks $APPL or $ETH, evaluates the data against your predefined parameters (such as "buy if price dips 5%"), and conducts trades automatically. Ideal for individuals seeking an always-active "mini hedge fund" that takes advantage of market fluctuations regardless of time of day.

Last updated