LLVBARS(d,p)
Previous Topic  Next Topic 


Name

Comment

Name

Description

Parameter 1

Parameter 2

Returns

Comment

Example


Lowest Low Value Bars ago

The number of periodes back that has the lowest value in the dataseries d within p periods

Dataseries, reference back in dataseries or return value from other function returnng dataseries

Periods

Dataseries with number values for periods

Very good to recognize down trends or just when a bottom has been passed

LLVBARS(C,10) gives what period back that has the lowest value within 10 periods

LT(LLVBARS(L,20),3) turns TRUE if a bottom has been passed within 20 periods or trending strongly downwards

Tips for graphics


Placement

Scaling

Price bars if stand alone function. Otherwise any

Automatic