For hedge funds

Research that everyone on the desk can read.

Your value is in your ideas, not in how hard your code is to follow. AlgoBarsX makes a strategy short enough to review in a meeting, and exact enough to run.

  • $0 a month
  • No card needed
  • Not a trial

What gets in your way.

Only the author understands the code

Review is slow, and key-person risk is high.

Tests nobody can repeat

Different machines, different data handling, different answers.

Research and production diverge

What was approved is not quite what is trading.

How AlgoBarsX helps.

Portfolio tools

Many markets in one strategy, plus correlation, covariance, beta and matrix functions.

See the example

Pairs, baskets and portfolios.

One strategy can read and trade several markets. This excerpt sets up a pairs trade between two currency pairs.

From the Pairs Mean Reversion example
strategy "EURUSD and GBPUSD Mean Reversion"
markets: EURUSD, GBPUSD
bars: 1h
max_open: 2
input lookback = 200
input entry_z = 2.0
input exit_z = 0.5
eur = bars(EURUSD)
gbp = bars(GBPUSD)
hedge = beta(returns(eur.close), returns(gbp.close), lookback)
What to check with us first. AlgoBarsX is in beta, so syntax and features may still change. There is no public API yet. Ask us about anything your firm needs in writing, such as where data is kept, audit logs, single sign-on, uptime and support hours. We will tell you plainly what exists today, what is planned, and what we do not do. Your licences, approvals and client rules stay your job.

Good questions.

Are trading costs modelled?

No. Fills carry no spread, commission, fees, swaps or slippage. Treat results as a clean upper reference and add your own cost model.

Which venues can it trade?

AlgoBars links to accounts on MetaTrader 4, MetaTrader 5, cTrader and Interactive Brokers. See the AlgoBars brokers page.

Can we run it on our own servers?

Ask us. Today it runs on the AlgoBars platform.

What does beta mean for us?

The language works and passes 678 tests on every build. It is still being improved, so some syntax and features may change. Plan for that.

Let us show you with your own kind of strategy.

A live walk-through, then free accounts for your team to test real work.

Talk to us

Or create a free account and try it yourself

Trading is risky. You can lose money. It is not right for everyone.