For educators

Teach with code students can read on day one.

Your students came to learn trading, not computer science. AlgoBarsX reads like the plan you already teach, and it explains every mistake in plain words.

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

What gets in your way.

Students get lost in syntax

Weeks go by on brackets and semicolons before anyone tests an idea.

You cannot check 30 scripts by hand

Finding what each student got wrong takes hours.

Tools cost money

Every paid seat is a student who might not join.

How AlgoBarsX helps.

Lesson one can be a whole strategy.

Students read it, change one number, and run it. Then the compiler reads it back to them.

ema-cross.abx
strategy "EMA Cross"
market: EURUSD
bars: 15m
input fast = 20
input slow = 50
when crosses_above(ema(close, fast), ema(close, slow)):
buy risk: 1%, stop: 25 pips, target: 2R
when crosses_below(ema(close, fast), ema(close, slow)):
close_all
What the compiler says this does

When the EMA of the close over fast bars crosses above the EMA of the close over slow bars, it buys at market, risking 1% of the balance, with a stop 25 pips from the entry and with a target 2R from the entry.

When the EMA of the close over fast bars crosses below the EMA of the close over slow bars, it closes all trades.

Teach the limits too. Tests use past prices and leave out spread, fees, swaps and slippage. A good test does not mean a student will make money. Please do not promise results in your course. Trading is risky.

Good questions.

Can I share my own course scripts?

Yes. Share them as open .abx files so students can read the code, or sealed if you want to keep it private.

Is there a plan for schools?

Every account is free. If you want your own branded platform, talk to us.

Will live results match a backtest?

No. Tests use past prices and leave out spread, fees, swaps and slippage. Past results do not tell you what will happen next.

Start free today.

Build one thing. Read it back. Test it.

Create my free account

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

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