Hi, new user of Rapidminer here. Only had it for a few days and have already learned more through following the tutorials and trial and error than weeks of trying to do the same with Python, big thanks to Thomas Ott for the series on building AI market models, incredibly helpful. The problem I'm facing is from a lack of knowledge and I thought the easiest way to gain that knowledge is to ask.
I'm trying to build a process which forecasts future foreign exchange values, a pointless endeavour maybe, but it's fun. The time series data I'm working with hasdifferent time intervals - such as end of day data and end of month data. Is there a standard way to put these together? I'm wary of going overkill on the details here. The range would be the same, i.e., Jan 2010 - present, regardless of the periodicity.
Second thing (and I don't know if it is a thing) is that the economic indicators I'm looking at affect (if at all) my label, (i.e., monthly closing price of the eur/usd) on different time-scales. Some are leading, others coincident and lagging. Do I need to tell my process that a certain leading indicator isn't likely to affect a given price for 2 or 3 months? Or that a moving average is a reflection of events that have already passed?
Release dates vs periods covered is also confusing the heck out of me, for example OECD release certain reports roughly 6 weeks after the start of the month they cover (or 2 weeks after it ends if it's easier) so currently data for Feb 17 is out, March's data wont be released until mid-way through April. Are there any steps I need to take creating a process to accomodate for these factors?
Thanks in advance and if I haven't explained something clearly or more details are needed let me know,
Alex