Strategies that do not fit in a settings form
Every strategy here has the same thing in common: it needs to do more than one thing, and it needs to decide for itself when to change.
That is the line between a bot and a graph. A bot performs a behaviour you configured. A graph holds several behaviours and the conditions that move between them.
The pattern underneath
Read three of these and the shape repeats. A platform built around bot types can express any one behaviour well, and cannot express a change of behaviour at all, because the change would have to live between two objects that do not know about each other. That argument, platform by platform, is on the comparison pages.
So it lives in you. You are the regime switch, the exposure check and the kill switch — which works, right up until the condition is true at four in the morning.
Everything above is the same move: take the part of the strategy that is currently in your head, and put it somewhere it can run without you, and be looked at afterwards.
Where anvas is today
Private alpha, invite-only. The core engine — the builder, the node library and live execution against real venues — is step 01 and is what these pages describe. Backtesting is step 02 and is not shipped yet, which matters if you want to test one of these before running it. The roadmap has the order, without dates.