Skip to content

Function: williamsR()

ts
function williamsR(
   high, 
   low, 
   close, 
   period?): Float64Array;

Defined in: finance/indicators.ts:422

Williams %R: where the close sits in the period high-low range, as −100..0.

Parameters

ParameterTypeDefault value
highArrayLike<number>undefined
lowArrayLike<number>undefined
closeArrayLike<number>undefined
periodnumber14

Returns

Float64Array

MIT licensed. WebGL2 required.