Interactively analyze the effect of h on the R package bfast breakpoints with a d3.js visualization using rCharts.
Original R bfast code from blog post
For a better understanding of bfast please see the following paper.
| ############################################################ | |
| ## Using Genetic Algorithms in Quantitative Trading | |
| ## | |
| ## thertrader@gmail.com - Mar 2014 | |
| ############################################################ | |
| library(PerformanceAnalytics) | |
| library(rgenoud) | |
| library(quantmod) | |
| library(TTR) |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |