I am using Excel to test strategies. To break it down i got an entire list of minute data (open, high, low, close).
I am using formulas such as:
(SMA) =ALS(AANTALARG(EURUSD!$E$5:$E5)>A$3;GEMIDDELDE(VERSCHUIVING(EURUSD!$E5;0;0;-A$3));NB())
Where A$3 is the amount of periods.
I got most important indicators for me (sma, ema, macd, rsi, stochastic, volatility, price levels/fibos).
However i am at the point now to integrate it with higher timeframe scales. This requires grouping the minute data at exactly the correct places (eg: 23:00 --> 23:04 (for 5min)) or (23:00 --> 23:59 (for hour)) However i got no clue how to get this done :S
This is the A1 collom how i see what time it is: "zo 02 mei 2012 - 23:00" (ddd dd mmm jjjj - uu:mm)
Should I include the timeframe in my formula or transfer the data? And how
Thanks,
Jarl