Factsheet · Copy-Trading

NEO Orderflow V2

Vollautomatischer Orderflow-Trading-Bot für Micro-Futures (MNQ, MES, M2K, MGC, MCL) — inklusive Copy-Bot, mit dem Partner die Trades automatisch auf ihrem eigenen Konto mitnehmen.

Worum geht's?

NEO Orderflow V2 ist ein Handelsroboter für die NinjaTrader-8-Plattform. Er liest Live-Marktdaten, erkennt Orderflow-Muster (Delta / CVD, Footprint, Value-Area-Profile aus echten Tick-Daten) und platziert daraufhin automatisch Trades — mit Stop-Loss, Teilverkäufen (Partials) und Break-Even-Logik. Es muss niemand davorsitzen.

Das System ist bewusst in zwei Hälften aufgeteilt, damit es robust bleibt:

🧠 Die Engine (das «Gehirn»)

Läuft auf einem Server (Node.js). Bekommt die Marktdaten von Databento (professioneller Datenfeed), berechnet daraus die Orderflow-Signale und entscheidet: kaufen, verkaufen, Stop nachziehen, teilweise schliessen, ganz raus.

🦾 NinjaTrader (die «Hand»)

Die Strategie NEOOrderflowV2 in NinjaTrader macht keine eigene Analyse. Sie führt nur die Befehle der Engine aus, überwacht den Stop-Loss in Echtzeit und meldet Fills, Position und Kontostand zurück an die Engine.

So fliesst ein Trade durch das System

DatabentoLive Tick-Daten
NEO EngineOrderflow-Analyse
+ Entscheidung
NinjaTrader V2führt aus
Stop bewacht
Broker / Kontoechte Order
RückmeldungFill · Position
· P&L an Engine

Welche Befehle die Engine schickt

BefehlBedeutung
BUY:lots:SLptsLong eröffnen, mit Stop-Loss in Punkten
SELL:lots:SLptsShort eröffnen, mit Stop-Loss in Punkten
PARTIAL:nn Kontrakte aus der laufenden Position nehmen (Teilgewinn)
SETSTOP:priceStop auf einen festen Kurs nachziehen (nur in Trade-Richtung «verbessern»)
SETBEStop auf den Einstiegskurs setzen (Break-Even — der Trade kann nicht mehr ins Minus)
CLOSEPosition komplett schliessen

Bewusst weggelassen: kein Pyramiding (Nachkaufen) und kein Parameter-Lernen — genau wie im Backtest-Harness, damit Live-Verhalten und Backtest deckungsgleich sind.

Sicherheits-Mechanik

Der Copy-Bot — NEOFollower

Damit Partner dieselben Trades automatisch auf ihrem eigenen Konto mitnehmen können, ohne Zugriff auf die Engine oder den Server zu brauchen.

NEO Engine(Original)
neo-relayCloudflare Worker
Befehls-Log
NEOFollowerNinjaTrader
beim Partner
Konto des Partners

Wie es funktioniert

Einrichtung — in 4 Schritten

  1. NEOFollower.cs nach Documents\NinjaTrader 8\bin\Custom\Strategies kopieren, F5 (kompilieren).
  2. Strategie auf einen Chart eines erlaubten Symbols legen (MNQ, MES, M2K, MGC, MCL).
  3. In den Strategie-Einstellungen eintragen: Relay-URL + Sub-Token (beides vom Strategie-Betreiber), Konto wählen, eigene max. Lots setzen, Enable.
  4. Pro Symbol eine eigene Strategie-Instanz — genau wie beim Original.
Wichtig: Der Follower handelt mit echtem Geld auf dem Konto, auf dem er läuft. Erst auf einem Sim-Konto testen. Der Sub-Token ist persönlich und sollte nicht weitergegeben werden. Trading birgt Verlustrisiken — vergangene Performance ist keine Garantie für die Zukunft.

Erlaubte Instrumente & Lot-Limits

SymbolInstrumentMax. Lots (Original)Max. Lots (Follower)
MNQMicro E-mini Nasdaq-10044
MESMicro E-mini S&P 50044
M2KMicro E-mini Russell 200044
MGCMicro Gold77
MCLMicro Crude Oil33

Beim Follower zusätzlich durch den selbst gesetzten «Eigene max. Lots»-Parameter begrenzt — es gilt immer der kleinste Wert.

NEO Orderflow V2 · Factsheet · Stand 2026-05-12 — Datenfeed: Databento · Engine: Node.js · Ausführung: NinjaTrader 8 · Copy-Verteilung: Cloudflare Worker (neo-relay). Kein Anlageberatungsangebot.
Factsheet · Copy-Trading

NEO Orderflow V2

A fully automated orderflow trading bot for micro futures (MNQ, MES, M2K, MGC, MCL) — including a copy bot that lets partners mirror the trades automatically on their own account.

What is it?

NEO Orderflow V2 is a trading robot for the NinjaTrader 8 platform. It reads live market data, detects orderflow patterns (delta / CVD, footprint, value-area profiles from real tick data) and places trades automatically — with stop-loss, partial exits and break-even logic. Nobody has to sit in front of it.

The system is deliberately split into two halves so it stays robust:

🧠 The engine (the "brain")

Runs on a server (Node.js). Receives market data from Databento (a professional data feed), computes the orderflow signals and decides: buy, sell, trail the stop, take partials, or fully exit.

🦾 NinjaTrader (the "hand")

The NEOOrderflowV2 strategy in NinjaTrader does no analysis of its own. It only executes the engine's commands, enforces the stop-loss in real time and reports fills, position and account balance back to the engine.

How a trade flows through the system

Databentolive tick data
NEO Engineorderflow analysis
+ decision
NinjaTrader V2executes
guards the stop
Broker / accountreal order
Feedbackfill · position
· P&L to engine

The commands the engine sends

CommandMeaning
BUY:lots:SLptsopen long, with stop-loss in points
SELL:lots:SLptsopen short, with stop-loss in points
PARTIAL:ntake n contracts off the running position (partial profit)
SETSTOP:pricetrail the stop to a fixed price (only ever "improved" in trade direction)
SETBEmove the stop to the entry price (break-even — the trade can no longer go negative)
CLOSEclose the position entirely

Deliberately omitted: no pyramiding (adding to positions) and no parameter learning — exactly like the backtest harness, so live behaviour matches the backtest.

Safety mechanics

The copy bot — NEOFollower

So partners can mirror the same trades automatically on their own account, without needing any access to the engine or the server.

NEO Engine(original)
neo-relayCloudflare Worker
command log
NEOFollowerNinjaTrader
at the partner
Partner's account

How it works

Setup — in 4 steps

  1. Copy NEOFollower.cs into Documents\NinjaTrader 8\bin\Custom\Strategies, press F5 (compile).
  2. Put the strategy on a chart of an allowed symbol (MNQ, MES, M2K, MGC, MCL).
  3. In the strategy settings enter: Relay URL + sub-token (both from the strategy operator), pick your account, set your own max lots, Enable.
  4. One strategy instance per symbol — exactly like the original.
Important: the follower trades real money on the account it runs on. Test on a sim account first. The sub-token is personal and should not be shared. Trading involves the risk of loss — past performance is no guarantee of future results.

Allowed instruments & lot limits

SymbolInstrumentMax lots (original)Max lots (follower)
MNQMicro E-mini Nasdaq-10044
MESMicro E-mini S&P 50044
M2KMicro E-mini Russell 200044
MGCMicro Gold77
MCLMicro Crude Oil33

At the follower additionally bounded by the "own max lots" parameter you set yourself — the smallest value always wins.