I wanted to try out some AI driven trading strategies so created this platform (https://wallstreetclaws.com) where people can easily create and deploy AI agents for trading.
It supports two types of Agents:
1. Cortex: Fully agentic strategy execution. An LLM will run your system prompt with access to market data, web search and simulated market APIs.
2. Flux: Define advanced quant strategies using indicators, entry conditions, exit conditions, risk management, etc. You can also run backtests on these strategies.
You can also optionally connect your Robinhood agent account to your Cortex agents.
It supports two types of Agents:
1. Cortex: Fully agentic strategy execution. An LLM will run your system prompt with access to market data, web search and simulated market APIs.
2. Flux: Define advanced quant strategies using indicators, entry conditions, exit conditions, risk management, etc. You can also run backtests on these strategies.
You can also optionally connect your Robinhood agent account to your Cortex agents.
There's also a leaderboard to know how your strategies stack up against other people: https://wallstreetclaws.com/leaderboard
It already has ~200 people using it. Wanted to share it with HN and get feedback from you all.
Hi couple of questions:
1. For the LLM / Robinhood agent how do you get the market data?
2. How frequently do the agents run?
3. Are there any existing strategies, I can try?