EN
From an idea to ProBuilder code in seconds.
ProRealAI is the AI copilot for ProRealTime™. Describe what you want in plain language and it hands back indicators, screeners and trading systems ready to paste into the platform.
- 150 free credits every 30 days
- No card required
- Thousands of sessions already answered and resolved
The most complete AI ever built for ProRealTime. And only for ProRealTime.
General-purpose AI assistants know ProBuilder badly. They invent functions, mix the syntax with other platforms’ and deliver code that does not compile. The user pastes, fixes, pastes again, and eventually gives up.
ProRealAI was built by the ProRealCode team for a single platform and a single language. It does not guess the syntax: it verifies it, on every answer, before a single line of code is displayed.
Built by ProRealCode
By the reference community of ProRealTime users. Everything it has accumulated about the platform sits behind every answer.
It checks before it answers
Every function, every reserved word, every DEFPARAM option is checked against the official ProBuilder, ProOrder and ProScreener documentation before the code appears on screen.
Wired live to prorealcode.com
The assistant draws on the community’s knowledge in real time. When a solution appears on prorealcode.com, it can use it the same day.
The variable is used on line 4 before it is calculated. Here is the corrected screener, with the averages defined first:
TIMEFRAME(daily) // bullish crossover EMA 50 / EMA 200
MyEma50 = ExponentialAverage[50](close)
MyEma200 = ExponentialAverage[200](close)
c1 = MyEma50 CROSSES OVER MyEma200
SCREENER[c1] (close AS "Close")
So what can it actually do?
Everything a ProRealTime user asks for, from the first line to the debugging.
Write an indicator
Divergences, adaptive moving averages, session levels, multi-timeframe indicators: describe the logic, get the ProBuilder code.
Build a trading system
Entries, exits, stops, position sizing, trading hours: complete ProOrder code, ready to backtest.
Create a screener
Filter whole markets on your own criteria, with ProScreener code that respects the platform’s limits.
Fix code that does not compile
Paste ProRealTime’s error message and the code: the assistant locates the cause and returns the corrected version.
Diagnose a behaviour
The code compiles but never goes short, re-enters on every bar, never exits? It explains why, and corrects it.
Turn an indicator into a screener, and back
An indicator becomes a screener, a strategy condition becomes a visual indicator, without rewriting everything.
Translate an idea from elsewhere
A book, an article, a TradingView script (Pine Script): the idea is restated in ProBuilder, with its function equivalents.
Audit code from the forum
Repainting, look-ahead, a gap between backtest and live: the assistant re-reads existing code and flags what distorts the results.
Explain the platform
TIMEFRAME, DEFPARAM, tick by tick or on close, spread and commissions, walk-forward, overfitting: concrete answers, with examples.
In the user’s language
Interface available in French, English, Italian, Spanish, German, Swedish and Dutch. The assistant answers in the language of the question, including beyond those seven.
You describe. It verifies. You paste.
-
Describe it in plain words
“An RSI divergence indicator with an EMA 200 trend filter.” No jargon required: the assistant asks a question when a detail is missing.
-
ProRealAI verifies
Syntax, ProBuilder documentation, reserved words, parameter options, the ProRealCode library and forum. The steps show on screen while it works: nothing is a black box.
-
Copy, paste, test
Every code block has its own Copy button, with the destination named (Indicator, Strategy or Screener) and the exact path to paste it into ProRealTime.
-
Iterate
“Add a trailing stop”, “turn it into a screener”, “why does the backtest never go short?”: the conversation continues, the context is kept.
Here is the indicator. Bullish divergences are shown only above the EMA 200, bearish ones below it:
RsiPeriod = 14 // RSI period
MyRsi = RSI[RsiPeriod](close)
Trend = ExponentialAverage[200](close)
PivotLow = MyRsi[1] < MyRsi[2] AND MyRsi[1] < MyRsi[0]
Bullish = PivotLow AND close > Trend AND low < low[2] AND MyRsi[1] > MyRsi[3]
RETURN MyRsi AS "RSI", Bullish*100 AS "Bullish divergence"
Where to paste this code: Code editor → Create a new indicator → Paste the code → Run
- Conversation history, renameable and deletable
- The credit cost shown for every conversation
- Light or dark theme
- Desktop, tablet and mobile, installable as an app
- A built-in one-minute tutorial
- “Helpful / not helpful” on every answer, read by the team
What does it cost?
Free to start. Then credits, never a subscription.
Every exchange consumes credits according to the work actually done: the length of the conversation, the searches it triggers, the length of the answer. A typical exchange costs about 9 credits, the median over thousands of real sessions.
The 150 free credits are therefore about fifteen exchanges a month, easily enough to write and fix your first indicators. The balance is topped back up to 150 every 30 days.
| Pack | Credits | Included | Price |
|---|---|---|---|
| Starter | 375 | Email support | €5 |
| Plus | 1 250 | Email support | €15 |
| Max Popular |
4 000 | Priority support | €45 |
The bigger the pack, the cheaper the credit. Purchased credits are added to the balance and never expire.
No expiry
Purchased credits stay available for as long as the account exists. Use them at your own pace.
Charged after delivery
Credits are deducted when the answer completes, never before. An answer that is not delivered is not billed.
Never negative
If an answer overruns the remaining balance, ProRealCode covers the difference. The balance stops at zero.
Automatic invoice
Secure payment through Stripe. A numbered PDF invoice by email, with VAT handled for the EU, for businesses and internationally.
Three minutes between creating the account and the first piece of code.
-
A ProRealCode account
ProRealAI uses the ProRealCode account, the same one as the forum. No account yet? Creating one is free on www.prorealcode.com. No separate sign-up, no premium membership needed.
-
Sign in at ai.prorealcode.com
Signed in to ProRealCode, the user opens ai.prorealcode.com and is recognised automatically. The 150 free credits are already on the balance, shown at the top of the screen.
-
First request
One sentence is enough. The built-in one-minute tutorial shows where to paste the code in ProRealTime and how to get the most out of every conversation.
Welcome to ProRealAI. You have 150 credits, it is free to start.
Three habits that change everything.
- One conversation per subject. A long conversation costs more with every exchange, because the whole context is re-read. New subject, new conversation.
- One precise request. Timeframe, market, entry and exit rules, risk management: the more complete the description, the fewer round trips it takes.
- The whole error message. For a fix, pasting the code and ProRealTime’s exact message gets a correct answer the first time.
What users ask before they start.
Does ProRealAI give investment advice?
No. ProRealAI writes, fixes and explains ProBuilder code. It issues no signal and no buy or sell recommendation, and it has no access to live market data. Its use is educational and exploratory.
Is the generated code guaranteed?
The syntax is verified against the official documentation before it is displayed. Like any AI, the assistant can get the logic wrong: every piece of code must be reviewed and backtested before any real use.
Are my conversations used to train an AI?
No. ProRealAI relies on a third-party AI governed by a data processing agreement and the EU standard contractual clauses. Conversations are not used to train the provider’s model.
Do I need a particular ProRealTime or ProRealCode subscription?
No. A free ProRealCode account is enough. There is no ProRealAI subscription: 150 free credits every 30 days, then credit packs bought one at a time if needed.
What happens when the credits run out?
The assistant says so before it starts an answer: nothing is charged. The user can wait for the next free top-up or buy a pack, from €5. Purchased credits never expire.
Which languages?
Interface in French, English, Italian, Spanish, German, Swedish and Dutch. Answers come back in the language of the question, including in other languages.
How long are conversations kept?
Twelve months, after which they are deleted or anonymised. Every user can delete their conversations at any time from the interface. GDPR requests: privacy@prorealcode.com.
Can it read code from the forum or from other software?
Yes. Paste existing ProBuilder code to audit or modify it, or a Pine Script script to translate it into ProBuilder. Translation in the other direction is not offered.
The only AI assistant designed specifically for ProRealTime, by ProRealCode, checking every line against the official documentation and the community’s knowledge. Free to start, no subscription, available now with a ProRealCode account.