OK, here I'm requesting algorithm template to rapidly develop and research ideas, think would be faster to have such template in university.

Requirements ;)

* fully working, tested and simple (moving average cross)

* TimeSpan consolidator to make any timeframe

* Window to request any TimeBar in the past

* Custom data, i.e. putting values from chosen timeframe constructed values into other indicators, let's say SMAof(hourbar[x]+hourRSI[x+c]), whatever construct

Process:

1. Define timeframe.

2. Put data from timeframe windowed bar values or other indicators values or any otehr made values into any other indicator

Author