Search

ForumsResults 1 - 1 of 1 for error. (0.02 seconds)

Finding patterns in random data - Drops - overlapping
A little cut and paste from one of my trend following hacks... Minus the trend following part... Leaving just the getting of data, reformatting writing the reformatted data as a .csv file... # # Get a financial symbols open, high, low, close volume... # # library(TTR) library(quantmod) # today = Sys.Date() zdate = format(today, %d %b %Y ) # with month as a word # asym = getSymbols('GLD',from=today-65, auto.assign = FALSE) # open = Op(asym) colnames(open) - c( Open ) # high = Hi(asym) colname
Aug 17, 2025, 6:46 pm - ddude003 - Mathematics Forum

Page 1 of 1