Description
The Look Up Highest study is calculated using the following algorithm:
- On the specified time period, the bar having the highest look-up price is found;
- Study returns its fundamental value of choice.
Basically, if this study uses its default parameters (look-up price is High, price returned is Close, and the length is 14), the study will return the Close price of the bar that has the highest High among the 14 bars.
Input Parameters
Parameter | Description |
---|---|
price
|
The price returned. |
look up price
|
The price for which the highest value is found. |
length
|
The number of bars in period on which the highest look-up price is found. |
Plots
Plot | Description |
---|---|
Value
|
The Look Up Highest plot. |
Example*
*For illustrative purposes only. Not a recommendation of a specific security or investment strategy.