Recent content by hrhyrn

  1. H

    Labeling Time Series in R for further analysis

    Wonder if anyone can help with an alternative? I have a 1 year csv of 1 min data like before. And I want to export each day's plot as a png/jpg with the date as the file name. I want to automate this as doing this by hand for a whole year is incredibly tedious but will do if no other option...
  2. H

    Labeling Time Series in R for further analysis

    Currently don't have any additional code working aside from simple plotting via chart_Series of my current datetime and close values for 1 min data. But that is just basic. What I want to do is label DAYS in the data with a word/attribute/identifier, but the date and time are combined into one...
  3. H

    Labeling Time Series in R for further analysis

    ok, and then how would I search for and plot those labeled dates afterwards? ideally i'd like to see all the charts of dates that fit that criteria rather than plot each one of them individually, as I'm currently doing via the chart_Series function. if I could export the group of charts into as...
  4. H

    Labeling Time Series in R for further analysis

    Thank you, but since there are so many minute bars for each day, should I mark all of them? And then that will add so many data points, as I want to label the day, and view it minutebyminute.
  5. H

    Labeling Time Series in R for further analysis

    Datetime, open, high, low, close but in order to plot it in xts, it is now Datetime, close, both series are 1 min bars. There are two problems I think, 1 being that date and time are combined into a single column, so putting the identifier it for one date would create many blank values. 2...
  6. H

    Labeling Time Series in R for further analysis

    Say I have 1 year of csv values and I want to assign a an arbitrary number/symbol/word to each day of values in R, for identification and further comparison. Then I want to be able to search for the days that I have labeled with the different arbitrary identifiers and organize them into...
  7. H

    Historical intraday charts of SPY?

    Anybody know where i could find historical intraday data and graphs of the s&p 500 and other indexes or their associated etfs? (SPY, QQQ, etc). Ideally 1 min data but 5 min would work fine too. Please point me in the right direction.
  8. H

    NFA Lawsuit against AMP??

    The NFA filed a lawsuit against the president of AMP and AMP Clearing, coupled with their low net capital reserves, I want to hear something from AMP regarding the pending litigation. http://www.nfa.futures.org/basicnet/Case.aspx?entityid=0412490&case=15BCC00024&contrib=NFA If link isn't...
Back
Top