Back to platform

Visual Flow Editor

Interactive demo — drag nodes to build a trading strategy

Add Node

source
indicator
condition
agent
execute

Generated Code

strategy MeanReversion {
  source AAPL → RSI(14)
  condition RSI < 30
  agent "buffett" → analyse
  execute alpaca.buy(4%)
}