Median(d,p)
Previous Topic  Next Topic 


Name

Comment

Name

Description

Parameter 1

Parameter 2

Returns

Comment


Example


Median price

Median price of dataseries d for p periods back

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

Periods

Dataseries with 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.

Median(C,50) gives the median price of 50 values back.

Tips for graphics


Placement

Scaling

Price bars if stand alone function. Otherwise any.

As qoutes