Example (Stocks)
Stocks Monitoring & Auto-Trading
Goal: Track stock tickers or crypto prices in real time, execute trades under certain conditions.
Key Functions:
get_token_info
to retrieve live market data.execute_trade
(custom) that interacts with a brokerage or on-chain DEX.search_twitter
for sentiment analysis or relevant news.
Workflow: The agent monitors $APPL or $ETH, compares the data with your custom rules (e.g., “buy if price dips 5%”), and automatically trades. Perfect for users who want an always-on “mini hedge fund” that capitalizes on market movements day or night.
Last updated