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

Re: Lowest Low Question



PureBytes Links

Trading Reference Links

Simon Campbell <simon_campbell@xxxxxxxxxxxxxx> asks:
>My problem is that the length in the lowest(price,length) function is going
>to change with each bar between 10:15 and 12:15.

You've answered your own question. :)  In your loop, you simply
recalculate the new length, based on the start and end of the
lookback period, then invoke the lowest() function with that length.

Jim