Students get lost in syntax
Weeks go by on brackets and semicolons before anyone tests an idea.
For educators
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.
Weeks go by on brackets and semicolons before anyone tests an idea.
Finding what each student got wrong takes hours.
Every paid seat is a student who might not join.
when, buy, risk, stop, target. A lesson can start with a working strategy.
The compiler says what is wrong, where, and how to fix it. Students learn from the message.
Read more about mistakes explain themselvesEach one compiles and comes with a plain-English description.
Read more about 61 examples to teach fromCompare what a student meant with what the compiler says their code does.
Read more about read-back for markingPlay a finished test back, trade by trade, and talk through each one.
Read more about replay for the classroom$0 a month, no card.
See pricingStudents read it, change one number, and run it. Then the compiler reads it back to them.
strategy "EMA Cross"market: EURUSDbars: 15minput fast = 20input slow = 50when crosses_above(ema(close, fast), ema(close, slow)):buy risk: 1%, stop: 25 pips, target: 2Rwhen crosses_below(ema(close, fast), ema(close, slow)):close_allWhen 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.
Yes. Share them as open .abx files so students can read the code, or sealed if you want to keep it private.
Every account is free. If you want your own branded platform, talk to us.
No. Tests use past prices and leave out spread, fees, swaps and slippage. Past results do not tell you what will happen next.
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.