Skip to content

Instantly share code, notes, and snippets.

View thisisraghavkumar's full-sized avatar

Raghav Kumar thisisraghavkumar

  • New Delhi
View GitHub Profile
@thisisraghavkumar
thisisraghavkumar / geneticAlgorithms.R
Created August 13, 2018 07:15 — forked from enxt/geneticAlgorithms.R
Using Genetic Algorithms in Quantitative Trading
############################################################
## Using Genetic Algorithms in Quantitative Trading
##
## [email protected] - Mar 2014
############################################################
library(PerformanceAnalytics)
library(rgenoud)
library(quantmod)
library(TTR)