This is a strategy file for Chart Logic that implements a dashboard display of RSI, ADR and Swap cost variables. This file requires Chart Logic version 1.5 or later.

Strategy
For a Dashboard you first need to define variables in a Chart Logic Strategy. Each column in the dashboard shows a variable, and you see the value for this variable for each symbol enabled in the strategy.
There are Logic Sets for each of the kinds of data being displayed. The RSI and Swap configuration is the same as in their stand-alone dashboards.

The ADR configuration is a little different, because we want to adjust how the sorting is handled. If we just take the normal sorting we actually wouldn’t get the sorting we want, because of how the ADR high/low values work. In the ADR indicator you select the “Mode” for the indicator, either the ADR High or ADR Low value, and then we select the one that is the highest value for our “ADR” variable, and set the colors accordingly. In order to get the correct sorting, it also changes the ADR Low values to be negative numbers. Numerically this is not really accurate, but it’s much better to be able to sort ADR correctly this way.
Dashboard Configuration
To get to the Dashboard configuration, first open the Strategy Viewer by clicking the strategy name in the main Chart Logic window.

When the strategy is not active this first opens the Strategy Viewer:

Click the “D” to the left of the strategy name to toggle between Dashboard and Viewer modes.

When the strategy is not active you will not see the list of symbols in the dashboard, just the column headers. Click the “V” to toggle back to “Viewer” mode. Click “Configure” to open the column configuration dialog. This is how the Uber Dash dashboard is configured:

We have four variables displayed, and we’re selecting custom colors are defined in the strategy. There is no totals row shows, as it wouldn’t make sense to get a sum or count of any of these columns.
Dashboard
Activate the strategy (click the little red circle to the left of the strategy name in the main Chart Logic window), and now when you click the strategy name in this list it will open the viewer in Dashboard mode:

You can change how the columns are sorted by clicking the column headers. Click the header to sort by values in ascending order. Click again to toggle to a descending sort. Or click the “Symbol” header to switch to sorting by symbol names. The little suffix in the column header will show you which column is sorted and in which direction. “^” means ascending (low to high) and “v” means descending (high to low).