Sector Rotation Back Test Shiny web application
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Today, I want to share the Sector Rotation Back Test application (code at GitHub).
This is the last application in the series of examples (I have shared 5 examples) that will demonstrate the amazing Shiny framework and Systematic Investor Toolbox to analyze stocks, make back-tests, and create summary reports.
The motivation for this series of posts is to show how to translate, with minimal effort, your back-test scripts into live web applications that can either be run from the Shiny server or your personal computer.
Please note that Back Test applications take longer time to update the plots/tables and hence maybe more appropriate to run from your local computer.
For example to run Sector Rotation application from your computer, you first need to install Shiny. And next execute following commands:
library(shiny) runGitHub('SIT','systematicinvestor', subdir = 'Shiny/sector.rotation')
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.