No problem. Xlk looks ok but everything else I look at has nasdaq very bearish right now at least in the near term. I haven't found a tool yet that has predictive value further out. I don't even look at 30 day anymore, made that output just for you.
I'm trying to learn R right now and just got through the basics. I did some searches on stack exchange. Could you tell me or direct me as to how to get only the first 5m or 15m of a stock's data? I haven't been able to find anything on stack or google---seems like I'm not wording it correctly. So far, I have quantmod loaded...using geySymbols seems to only fetch daily data . Is this a limitation of quantmod being that it's free? Is it possible to pull historical intraday data directly from my IB feed? Any help is greatly appreciated...thanks!
You want something like this: https://stackoverflow.com/questions/9372211/reading-csv-with-date-and-time Assumptions: 1)You are reading off a csv 2)Said csv has properly formatted(5 min etc) data Refer to this if you get stuck: https://swcarpentry.github.io/r-novice-inflammation/11-supp-read-write-csv/ Also, if the above makes no sense whatsoever, go take an intro programming course at your local community college. Online resources only go so far.