Skip to content

Your own algorithm in six weeks.

Two live sessions a week, from first idea to your own bot on demo.

Seven modules. One direction.

You build your own project, not exercises. Each week ends with something that runs.

Live sessions
2 a week, online
Group
15–25 people, in German
Recordings
every session
Code review
on your project
Club
12 months included
  1. Week 0

    Setup

    MetaTrader 5 demo, Alpaca paper, Python, an AI tool and GitHub – ready.

  2. Week 1

    From idea to rules

    Your strategy spec: entry, exit and risk, nothing vague.

  3. Week 2

    Coding with AI

    Your strategy as code. AI writes along; you check every line.

  4. Week 3

    Honest backtesting

    Your backtest report, with costs, slippage and walk-forward.

  5. Week 4

    Risk and position sizing

    Your risk module: size per trade, loss limits, a kill switch.

  6. Week 5

    Deployment

    Your bot running on demo – as an MT5 Expert Advisor or Python bot.

  7. Week 6

    Monitoring and review

    A calm way to watch it run, and your plan for what comes next.

A woman writing code on a monitor in a dark room
position_size.pyPython
# Rule: risk per trade is fixed, not the size
def position_size(equity, risk_pct, entry, stop):
    stop_distance = abs(entry - stop)
    if stop_distance == 0:
        return 0  # no stop, no trade
    return (equity * risk_pct) / stop_distance
Sample code from week 2 – not a trading recommendation.

Live, in a small group.

Is this for you?

For you if you …

  • want rules instead of gut feeling
  • want to understand your code, even as a beginner
  • can give it six steady weeks

Not for you if you …

  • expect quick profits
  • want someone to trade for you
  • would rather not look at drawdowns

Questions

Do I need coding experience?

No. AI tools write along, and we teach you to read and check the code.

Which broker do I need?

None to start: you work on a MetaTrader 5 demo and an Alpaca paper account. We don't recommend a provider.

How much capital do I need?

None for the program. Whether you go live later is your decision.

What if I miss a session?

Every session is recorded. Bring your questions to the next one.

Six weeks. A system of your own.

Build: €690 a year, about €58 a month. VAT included.