Documentation/Workflow canvas engine

Strategy type node

Timing or selection logic with entry and exit conditions.

Timing or selection logic with entry and exit conditions.

Where it sits in the pipeline

This node lives inside the Trading logic block together with the other two logic nodes. Drag the Trading logic item from the node library to create the whole block at once.

Market timing

Write long/short entry and exit conditions using upstream variables. At least one entry condition is required.

closeout > ma100 and rsi14 > 50   # long entry
closeout < ma100                  # long exit

Factor selection

Provide a ranking expression; at each rebalance the top N symbols are held (and the bottom N shorted in long-short mode).