That's enough theory, let's get to action building our own application. The application we will build will make use of the previous chapter, so if you haven't read that one, please do. The dashboard we will build will make more sense if you do. This dashboard will show graphs with the price data points from the previous chapter's data simulation, as well as the SMA calculations we developed. Furthermore, it will allow us to explore the price data using a dynamic table.. By dynamic, we mean that responds to user input.
Designing our high-level application structure
Setting up a two-column distribution
The layout you choose to use for your application depends on its objectives. In this case, a two-column...