EN
ProRealAI Official tool for
ProRealAI · The guide

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
ProRealAI: the request “Write an RSI divergence indicator” and the generated ProBuilder code, ready to copy.

Why ProRealAI

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.

My screener does not compile, ProRealTime says “Error line 4: the variable MyEma50 is not defined”.
ProRealAI Verified code

The variable is used on line 4 before it is calculated. Here is the corrected screener, with the averages defined first:

Bullish trend screener, EMA 50/200 Screener Copy the screener
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")
3 languages covered: ProBuilder, ProOrder, ProScreener
100% of the code verified before it is displayed
7 interface languages, answers in the user’s own
150 free credits every 30 days, no card required

So what can it actually do?

What it can 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.


How it works

You describe. It verifies. You paste.

  1. 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.

  2. 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.

  3. 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.

  4. Iterate

    “Add a trailing stop”, “turn it into a screener”, “why does the backtest never go short?”: the conversation continues, the context is kept.

Write an RSI divergence indicator with an EMA 200 trend filter.
ProRealAI Verified code

Here is the indicator. Bullish divergences are shown only above the EMA 200, bearish ones below it:

RSI divergence indicator Indicator Copy the indicator
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

In the interface
  • 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 tier and credits

Free to start. Then credits, never a subscription.

150 credits free every 30 days, no card required

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.

ProRealAI credit packs, their contents and their prices.
Pack Credits Included Price
Starter 375 Email support €5
Plus 1 250of which 125 free Email support €15
Max
Popular
4 000of which 625 free Priority support €45

The bigger the pack, the cheaper the credit. Purchased credits are added to the balance and never expire.

What is guaranteed

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.


Getting started

Three minutes between creating the account and the first piece of code.

  1. 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.

  2. 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.

  3. 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.

ProRealAI 150 credits

Welcome to ProRealAI. You have 150 credits, it is free to start.

RSI divergence indicator Bullish trend screener, EMA 50/200 A daily average on a 1h chart
Message the ProRealAI assistant…
Getting the most from your credits

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.
Ready to try?
150 free credits, no card required.
ai.prorealcode.com

Frequently asked questions

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.

In short

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.


ProRealAI Official tool for

Ready to go from idea to code?

Sign in with your ProRealCode account and describe your first indicator. The first 150 credits are free.

Access

ai.prorealcode.com
Free ProRealCode account on www.prorealcode.com

Follow ProRealCode

YouTube, Facebook, Instagram and X: @ProRealCode

No financial advice, and the AI can be wrong. ProRealAI is a programming aid intended for educational, research and exploratory use. It is neither investment advice nor a signal service. All code must be reviewed and tested by the user before it is used on a live account.

Prices in euros, subject to change. The 150 free credits top the balance back up to 150 every 30 days, counted from the last top-up. The cost of an exchange varies with the complexity of the request. Conversation memory is limited to the last six exchanges. Conversations are kept for twelve months. ProRealTime™ is a trademark of ProRealTime SAS. ProRealAI is published by ProRealCode and is part of the ProRealCode environment.

Logo Logo
Loading...