A adadadog Sep 19, 2010 #1 Hello, Thanks in advance for your insight/suggestion. I would like to convert 1minute historical data to 30 minutes data. Is there free tool to do that? Good Trading adadadog
Hello, Thanks in advance for your insight/suggestion. I would like to convert 1minute historical data to 30 minutes data. Is there free tool to do that? Good Trading adadadog
A adadadog Sep 19, 2010 #2 Quote from adadadog: Hello, Thanks in advance for your insight/suggestion. I would like to convert 1minute historical data to 30 minutes data. Is there free tool to do that? Good Trading adadadog More... Got it free: http://www.anfutures.com/ccdconvert.htm
Quote from adadadog: Hello, Thanks in advance for your insight/suggestion. I would like to convert 1minute historical data to 30 minutes data. Is there free tool to do that? Good Trading adadadog More... Got it free: http://www.anfutures.com/ccdconvert.htm
D ddude Sep 20, 2010 #3 You could try R with the xts library... It has to.period which includes to.minutes30. Description: Convert an OHLC or univariate object to a specified periodicity lower than the given data object. Cordially, -DD- "It's like they just gave you a new horse." -Dan Ingalls-
You could try R with the xts library... It has to.period which includes to.minutes30. Description: Convert an OHLC or univariate object to a specified periodicity lower than the given data object. Cordially, -DD- "It's like they just gave you a new horse." -Dan Ingalls-
J januson Sep 20, 2010 #4 Quote from adadadog: Hello, Thanks in advance for your insight/suggestion. I would like to convert 1minute historical data to 30 minutes data. Is there free tool to do that? Good Trading adadadog More... How is you data stored?
Quote from adadadog: Hello, Thanks in advance for your insight/suggestion. I would like to convert 1minute historical data to 30 minutes data. Is there free tool to do that? Good Trading adadadog More... How is you data stored?
A adadadog Sep 20, 2010 #5 Quote from januson: How is you data stored? More... Thanks in csv files. the tool I found and posted above is not very flexible by the way.
Quote from januson: How is you data stored? More... Thanks in csv files. the tool I found and posted above is not very flexible by the way.