[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SUM without constant 'period'



PureBytes Links

Trading Reference Links


See if this is what you want:  If(Tick()=0,C,C+PREV)


24hrclock@xxxxxxxxxxxxx wrote:

> I am playing around with some tick data and wonder if the following is
> possible:
>
> Can I somehow get the SUM of the tick-prices over a 1-minute period?
>
> I can easily determine the number of ticks in the preceding minute and
> assign that value to a variable, however, the function "Sum(array,period)"
> will only except a constant (not a variable) for 'period'. And of course
> logical do/while loops are out of the question ;-)
>
> Have I hit a brick wall, or simply need more "MS outside the box" formula
> perspective?
>
> Thanks in advance,
>
> 24h

--
iamken