Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 512 Bytes

File metadata and controls

29 lines (23 loc) · 512 Bytes

Price Transform Functions

AVGDEV - Average Deviation

real = AVGDEV(real, timeperiod=14)

AVGPRICE - Average Price

real = AVGPRICE(open, high, low, close)

MEDPRICE - Median Price

real = MEDPRICE(high, low)

TYPPRICE - Typical Price

real = TYPPRICE(high, low, close)

WCLPRICE - Weighted Close Price

real = WCLPRICE(high, low, close)

Documentation Index FLOAT_RIGHTAll Function Groups