daven
09-28-2007, 11:34 AM
I've found a command that will return the number of bars ago that was the highest in a period, but not the highest high itself. Is there another method that returns the highest high (or lowest low for that matter) in a look back of period N?
daven
For reference the command I talked about is below:
HighestBar() Definition
Returns the number of bars ago the highest price value occured for the lookback period.
Method Return Value
An int value that represents number of bars ago.
Syntax
Bars.HighestBar(int period)
daven
For reference the command I talked about is below:
HighestBar() Definition
Returns the number of bars ago the highest price value occured for the lookback period.
Method Return Value
An int value that represents number of bars ago.
Syntax
Bars.HighestBar(int period)