Skip to main content

Welcome to FORJ

FORJ is a visual strategy-building platform for traders. You design your trading logic graphically, test it against historical data, deploy it, and the platform runs it automatically — no code required.

Your strategies watch the market 24/7, evaluate conditions you define, execute actions you configure, and emit alerts when something meaningful happens. You stay in control of the logic; FORJ handles the automation.

What You Can Build

  • Automated trading strategies that respond to live market data
  • Custom alert pipelines that notify you via email, in-app, or webhook when your conditions fire
  • Backtested models validated against historical candle data before going live

Core Products

ProductWhat It Is
SMITHThe visual strategy editor — a canvas where you design your strategy's states, conditions, transitions, and actions
CRUCIBLEThe backtesting tool — where you test your strategies against historical data before deploying them live
HEARTHThe strategy dashboard — your home screen for monitoring all running strategies, checking status, and reviewing performance

Key Concepts

These are the building blocks you'll work with throughout the platform:

ConceptWhat It Means
Strategy statesDistinct modes your strategy can be in — like "watching the market", "in a position", or "waiting to exit"
ConditionsRules that determine when something should happen — "if price crosses above X and volume exceeds Y"
TransitionsMovement from one state to another when conditions are met
ActionsWhat your strategy does when a transition fires — flag a trade, send an alert, update a variable
AlertsNotifications emitted when meaningful events occur. Delivered in-app, via email, or as webhooks to external systems
Data sourcesMarket data feeds and custom webhooks your strategy listens to. You connect your own data and FORJ routes it to the right strategies

Getting Started

If you're new to FORJ, start here:

  1. Sign up — Create your account and log in
  2. Set up your workspace — Create your first workspace
  3. Build your first strategy — A 5-minute walkthrough from blank canvas to running strategy