Event model
The approach of building schemas in Designer based on the generation and subsequent processing of events. When building a strategy, it is not known when an event of the market data change will occur, but you can subscribe to this event and process it accordingly.
Each Designer cube that has an output parameter is the event generator. And cubes having an input parameter can subscribe to the event generated by the outgoing parameter. Subscribing for an event is nothing more than creating a connection line between two cubes.
For example, the Order book cube generates an order book change event. It is not known in advance when a change will occur. Having created a connection line between the Order book cube and the Converter cube, a subscribing is done to the order book change for further processing with the Converter cube, etc.: