MedianBars(d,p)
Previous Topic  Next Topic 


Name

Comment

Name

Description

Parameter 1

Parameter 2

Returns

Comment


Example


Median price

The distance in periods to the Median price of dataseries d for p periods back

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

Periods

Number 0-p returning the number of periods to the first value that is the median price

Median price is the price where half of the number of bars according to parameter p is found above and half below the price, or the closest around.

MedianBars(C,50) gives the number of periods to the median price of 50 values back.


Tips for graphics


Placement

Scaling

Price bars if stand alone function. Otherwise any.

As qoutes