S T O C K G A M E P R O

Order-Flow Simulator

About the Trading Floor

Back to Trading Terminal

Site Description

This site is a hands-on trading simulator designed to teach market mechanics through a clean, repeatable workflow. Instead of presenting price as a random sequence, the platform shows how orders interact and how that interaction drives movement. Every action you take feeds the same underlying state, so you can trace cause and effect without distractions.

You can build custom indicators and automation rules with concise, JavaScript-style snippets. The simulator exposes core market fields and account stats so you can run experiments, adjust logic, and observe results immediately. The focus is on mechanics, clarity, and controlled iteration rather than advice or real-world outcomes.

Difficulty controls the baseline intensity of the tape, while Spike Frequency injects short, sudden bursts of volume. Higher Spike Frequency values increase how often bursts appear (not their size), creating faster momentum shifts and more erratic order flow. Setting it to zero removes spikes entirely for a smoother session.

Use the environment to practice consistent execution, compare manual behavior with automation, and understand how small rule changes ripple through the system. The goal is to give you a reliable sandbox for coding, testing, and refining how you respond to live market structure.

All Blocks, One Connected System

Each block is a different view of the same live state. Change one block, and all other blocks update with it.

Order Book Buy/Sell Flow Chart Indicators Strategy / Auto Rules Order Entry Open Orders Trade Log Simulation Core ONE STATE, MANY VIEWS orders -> price -> indicators -> execution -> history (synced in real time)