Interface: TAFunctions
Charting Library.TAFunctions
Methods
change
▸ change(source
): IPineSeries
Parameters
Name | Type |
---|---|
source | IPineSeries |
Returns
correlation
▸ correlation(source1
, source2
, length
): IPineSeries
Parameters
Name | Type |
---|---|
source1 | IPineSeries |
source2 | IPineSeries |
length | number |
Returns
cum
▸ cum(source
): IPineSeries
Parameters
Name | Type |
---|---|
source | IPineSeries |
Returns
ema
▸ ema(source
, length
): IPineSeries
Parameters
Name | Type |
---|---|
source | IPineSeries |
length | number |
Returns
rma
▸ rma(source
, length
): IPineSeries
Parameters
Name | Type |
---|---|
source | IPineSeries |
length | number |
Returns
sma
▸ sma(source
, length
): IPineSeries
Parameters
Name | Type |
---|---|
source | IPineSeries |
length | number |
Returns
vwap
▸ vwap(source
, anchor
, stdDevMult
): [IPineSeries
, IPineSeries
, IPineSeries
]
Parameters
Name | Type |
---|---|
source | IPineSeries |
anchor | boolean |
stdDevMult | number |
Returns
[IPineSeries
, IPineSeries
, IPineSeries
]
wma
▸ wma(source
, length
): IPineSeries
Parameters
Name | Type |
---|---|
source | IPineSeries |
length | number |