Quagensia® N Edition (For NinjaTrader®) has over 1,000 no-code functions for working with tables of data that make it easy to load tables of many kinds of data, not just time series data, from tabular data files into in-memory data tables that you can query, modify, and then write back to tabular data files on disk from your strategies using point-and-click with Quagensia N Edition.
These no-code functions are listed below with links to the main help page for Quagensia N Edition data tables, which has a section titled Becoming an Expert at Using the Quagensia Table System that describes in detail how to read the detailed help for each of these functions from within Quagensia N Edition. Each of the functions below is displayed in the same subfolder in which you can find it in Quagensia N Edition’s Algo Explorer and in the context menu that appears when you click on a location on your Quagensia Algo’s workspace where the function is allowed to be used.
Some of these functions for working with tables of data are action functions. These action functions “act on” a table of data, i.e. they change the data in the data table in some way, like adding a row to a data table or changing the value in a field of a data row in a data table. Learn more about action functions or scroll down to the list of action functions further down on this page.
Some of these functions for working with tables of data are expression functions. These expression functions get information from a data table like the number of rows in a data table or the value in a field of a data row in a data table. These are “expression functions” because they return the result of their calculations directly as an expression such that the returned expression can be used in some locations that require an expression of a certain data type such as on one side of a condition expression that checks if two values are equal. Learn more about expression functions or scroll down to the list of expression functions further down on this page.