Adding Simple Continuous Queries

Review the types of queries available in the Visual editor. To get started, try adding one of the simple queries to your project.

To create the PortfolioValuation diagram, add three simple queries:

  1. An Aggregate simple query called VWAP to create a volume weighted average price (VWAP). This aggregate should take input from the PriceFeed input window.
  2. A Join simple query to join the VWAP output to the Positions input window. Name the join result IndividualPositions.
  3. A second Aggregate simple query, ValueByBook, to show the total value of each "book."

For example details, refer to the figure, and the steps for creating and modifying simple queries.

Portfolio Valuation Sample Diagram (Verbose)
Portfolio Valuation Sample Diagram Verbose