Creating a Dashboard
by OptumaMay 13, 2020
In this video, we take a number of the concepts we have already looked at and put them all together into a dashboard. Topics covered include tiling charts, chart grouping, and more.
For additional information on the topics covered in this video, please refer to the resources below:
Watchlist Grouping
Tiling Charts
Chart Grouping
You can find the scripts used in the video below:
1 2 3 |
CLOSE() > MA(BARS=50, STYLE=Exponential) |
1 2 3 |
CLOSE() - MA(BARS=50, STYLE=Exponential) |
0 Comments