Create with AI feature
This article outlines how to use the “Create with AI” feature on Composer. You can use Create with AI to build automated trading strategies with natural language with the OpenAI GPT-4 API, the latest version released.
FAQ
- How many messages do I get with the AI assistant?
- There's a 100 message per day limit.
- What AI model does Composer use?
- Composer uses the latest large language model from Open AI, GPT4, finetuned on trading use cases.
- Do you have any examples of what to ask the AI assistant?
- Check out this article here for inspiration.
Simple Tutorial
Where to find Create with AI
You can find Create with AI in the Editor, on the same block as the symphony name.
When you select “Create with AI”, you’ll be prompted to start a conversation. You can describe a strategy you’d like to build and AI will build out the strategy for you. As an example, we’ll use the prompt “Build a diversified strategy that rebalances quarterly and has real estate exposure”.
From here, you can select “Insert & backtest”, which will build out the symphony structure on Composer and run a backtest, like this:
Editing the code
You can make edits in the code using the “Edit” function. You can make any changes you’d like, such as changing out the weights, rebalance frequency, or assets listed. From there, you’ll be able to insert it into the visual Editor, where you can also make changes.