LookUpLowest

Description

The Look Up Lowest study is calculated using the following algorithm:

  • On the specified time period, the bar having the lowest look-up price is found;
  • Study returns its fundamental value of choice.

Basically, if this study uses its default parameters (look-up price is Low, price returned is Close, and the length is 14), the study will return the Close price of the bar having the lowest Low among the 14 bars.

Input Parameters

Parameter Description
price The price returned.
look up price The price for which the lowest value is found.
length The number of bars in period on which the lowest look-up price is found.

Plots

Plot Description
Value The Look Up Lowest plot.

Example*

*For illustrative purposes only. Not a recommendation of a specific security or investment strategy.

You may also like
Condition Wizard
Condition Wizard allows you to build conditions using logical expressions. Since the Condition ...
MedianAverage
The Median Average plots the median value for specified fundamental data.
SectorRotationModel
The Sector Rotation Model is an attempt to integrate fundamental approach into a technical ...