Skip to content
/ strategy workshop

Say it in plain rules. We turn it into live trades.

Pine Script is programming. Off-the-shelf bots are black boxes. The workshop is neither — drag blocks into a rule you can read, and watch the exact logic before a single order goes out.

/ build a rule · try it

Click the conditions. Watch it compile.

Toggle conditions on and off, flip AND/OR, and the strategy rewrites itself — with an estimate of how many setups it would have caught. No Pine Script, no code.

  btc-long.strategy · draft
trigger
structure
flow & news

          
setups · last 7d · BTC 15m
no code
drag blocks
no Pine Script
plain rules
see the logic
before it trades
then
backtest it
/ how it builds
01

Drag the logic

Triggers, AND/OR gates, position and risk blocks. Connect them on a canvas — no syntax, no typos.

02

Start from a template

A marketplace of ready-made setups. Fork one, change two blocks, make it yours.

03

See before it trades

The exact entry logic is on screen. No undefined behaviour, no surprise fills.

/ from idea to live trade

Build it, prove it, ship it — without leaving.

A strategy you can read is only step one. Backtest it on history, watch it on live candles as a paper strategy, then deploy the exact same logic — no re-typing, no gap where things break.

See the backtest lab →
1. build
drag the logic
2. backtest
prove on history
3. paper
watch live
4. deploy
one click

Build a rule you can actually read.