Skip to content

Instantly share code, notes, and snippets.

@sen-saven
sen-saven / geneticAlgorithms
Last active August 29, 2015 14:26 — forked from thertrader/geneticAlgorithms
Using Genetic Algorithms in Quantitative Trading
############################################################
## Using Genetic Algorithms in Quantitative Trading
##
## thertrader@gmail.com - Mar 2014
############################################################
library(PerformanceAnalytics)
library(rgenoud)
library(quantmod)
library(TTR)