Hello everyone,
ProRealAI is our AI assistant dedicated to ProRealTime: it helps you write, fix and understand your ProBuilder, ProScreener and ProOrder code, in plain English.
What you can ask it:
- Create an indicator or a screener from a description in natural language;
- Fix a syntax error or code that does not compile;
- Explain a ProBuilder function or a piece of code found in the library;
- Turn a strategy into an automated ProOrder system with risk management.
Example of generated code:
// Simple moving average
Period = 20
MA = Average[Period](Close)
Signal = Close > MA
RETURN MA AS "Average", Signal AS "Above"
Open ProRealAI: ai.prorealcode.com
For more details on how it works, example prompts and best practices, read the full guide: ProRealAI guide.
Your feedback and questions are welcome in this topic!