Official VELMONTAIRE Documentation. Product, setup, runtime and safety reference.
All Systems Operational Pricing Support
OFFICIAL DOCUMENTATION

VELMONTAIRE product documentation

This is the official product reference for creating a strategy, connecting an account, validating it and moving safely from PAPER to LIVE.

The main product rule

Strategy logic, account rules and execution authority are separate. A strategy does not receive LIVE authority just because it was created successfully.

01
QUICK START

Recommended setup order

For a new user, follow these steps in this exact order. This avoids configuration being scattered across the workspace.

02
STRATEGY BUILDER

Natural language → structured strategy

Write the trading system normally. VELMONTAIRE parses known concepts, fills structured controls and asks for clarification where a rule is ambiguous or missing.

Known rule

Example: Order Block, FVG, CHOCH, liquidity sweep, RSI or EMA can map directly to existing capabilities.

Unknown / custom rule

VELMONTAIRE must ask what makes the condition true. It must not silently guess the meaning.

Approval creates an immutable version

If you change a confirmed rule later, that should become a new strategy version instead of rewriting historical behavior.

03
ACCOUNT ENVIRONMENT

Personal account vs Prop Firm

Personal account

Select Personal when the account is your own broker account and there are no prop-specific drawdown, consistency or news rules.

Prop Firm account

Select the firm, program, phase/stage and account size before execution. These rules are account policy and remain separate from strategy logic.

For a prop account

Prop Firm Program Phase / Stage Account Size MT5 Credentials
04
MT5 CONNECTION

How a user connects the bot to an account

The website does not need the MetaTrader desktop password stored in the browser. The user submits the trading account connection to the server-side broker boundary.

FieldWhere to get itExample
MT5 LoginBroker / prop dashboard / MT5 account details12345678
MT5 ServerMust match the exact server shown by broker/prop firmFundingPips-SIM1
Trading PasswordThe password authorized to trade that account••••••••
Connecting a prop account

Use the MT5 credentials issued for that exact challenge or funded account. Do not connect a different MT5 account while another prop policy is selected.

OPEN MT5 CONNECTION →

05
BACKTEST

Validate the exact strategy version

Backtests should use a specific immutable strategy version plus explicit symbol, timeframe, dates, starting balance, spread, commission and slippage assumptions.

Exact strategy version Symbol + timeframe Date range Spread / commission / slippage Equity curve + trade audit
06
RUNTIME

PAPER before LIVE

PAPER

Runs the guarded runtime path without granting LIVE execution authority. Use it to verify runtime behavior before real money.

LIVE

Requires explicit authorization and verified prerequisites such as approved strategy version, broker connection and safety state.

LIVE is not an automatic upgrade from PAPER

The runtime should fail closed if required authorization, connection state or recovery state is uncertain.

07
SAFETY & RECOVERY

What the production safety layer protects

Fail closed

Unknown or invalid state blocks new execution instead of guessing.

Crash recovery

State can be restored from durable checkpoints and event history.

Duplicate protection

The same market input should not advance the same sequence twice.

08
PLANS

How to understand CORE, PRO and ELITE

PlanBest forKey difference
CORE · $29/moBuilding and testingNo prop rules, no LIVE
PRO · $49/moNormal full productProp + LIVE + 3 brokers / 3 LIVE bots
ELITE · $89/moHigher operating limits10 brokers / 10 LIVE bots + priority support
Simple choice

If the user needs a prop account or LIVE execution, PRO is the normal starting plan. ELITE is primarily for higher limits.

09
TROUBLESHOOTING

Common problems

I was logged out. Is my bot still authorized?

Website session authentication and LIVE execution authority are separate concerns. Re-authenticate to inspect current runtime state.

MT5 test fails

Check the exact login, server spelling and trading password. For a prop account, confirm you are using credentials for the selected challenge/funded account.

My prop firm rules are not shown

Choose the account environment first. If the firm/program is not supported, submit it through the Capability Lab / Support flow rather than guessing policy.

LIVE cannot start

Check strategy approval, verified broker connection, plan entitlement, explicit confirmation and Safety state. LIVE should remain blocked if any prerequisite is unresolved.

OPEN SUPPORT CENTER →