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

Re: Past Daily High/Lows using intraday charts?



PureBytes Links

Trading Reference Links

>> You mean, if I make a function a series
>> function, and I don't call it on every bar, it will get called
>> anyway?
>
>Yep. If you don't like that, don't make it a series function; make it
>simple instead. Choice is good.

The problem with that is, the function can't refer to past values of
itself.  Not sure either if you can pass a series to a simple function;
I'll have to test that.  I remember having some trouble in that area
before.

-Alex