TradingView, Inc./TradingView
-
Lowest value in the series.
Lowest value in the series.
ืืขืจื ืื ืืื ืืืืชืจ ืืกืืจื. -
Two args version: `source` is a series and `length` is the number of bars back.
Two args version: `source` is a series and `length` is the number of bars back.
ืืจืกืช ืฉื ื ืืจืืื: `source` ืืื ืกืืจื ื`length` ืืื ืืกืคืจ ืืคืกืื ืืืืจื. -
One arg version: `length` is the number of bars back. Algorithm uses low as a `source` series.
One arg version: `length` is the number of bars back. Algorithm uses low as a `source` series.
ืืจืกืช ืืจื ืืืช: `length` ืืื ืืกืคืจ ืืืจืื ืืืืจื. ืืืืืจืืชื ืืฉืชืืฉ ื- low ืืกืืจืช `source`. -
Highest value in the series.
Highest value in the series.
ืืขืจื ืืืืื ืืืืชืจ ืืกืืจื. -
One arg version: `length` is the number of bars back. Algorithm uses high as a `source` series.
One arg version: `length` is the number of bars back. Algorithm uses high as a `source` series.
ืืจืกืช ืืจื ืืืช: `length` ืืื ืืกืคืจ ืืืจืื ืืืืจื. ืืืืืจืืชื ืืฉืชืืฉ ื- high ืืกืืจืช `source`. -
Number of bars back.
Number of bars back.
ืืกืคืจ ืืจืื ืืืืจื. -
Test if the `source` series is now falling for `length` bars long.
Test if the `source` series is now falling for `length` bars long.
ืืืืง ืื ืกืืจืช ื `source` ื ืืคืืช ืืขืช ืืืจื `length` ืืื ื. -
true if current `source` value is less than any previous `source` value for `length` bars back, false otherwise.
true if current `source` value is less than any previous `source` value for `length` bars back, false otherwise.
true ืื ืืขืจื ืื ืืืื ืฉื `source` ืงืื ืืื ืขืจื `source` ืงืืื ืขืืืจ ืืจื `length` ืืืืจื, ืืืจืช false. -
Test if the `source` series is now rising for `length` bars long.
Test if the `source` series is now rising for `length` bars long.
ืืืืง ืื ืกืืจืช ื `source` ืขืืื ืืขืช ืืืจื`length` ืืื ื. -
true if current `source` is greater than any previous `source` for `length` bars back, false otherwise.
true if current `source` is greater than any previous `source` for `length` bars back, false otherwise.
true ืื `source` ื ืืืื ืืืื ืืื `source` ืงืืื ืขืืืจ ืืจื `length` ืืืืจื, ืืืจืช false. -
The rate of change of `source` for `length` bars back.
The rate of change of `source` for `length` bars back.
ืงืฆื ืืฉืื ืื ืฉื `source` ืขืืืจ ืืจื`length` ืืืืจื. -
Commodity channel index of source for length bars back.
Commodity channel index of source for length bars back.
ืืื ืืงืก ืขืจืืฅ ืกืืืจืืช ืฉื ืืืงืืจ ืขืืืจ ืืจื ืืืจื ืืืืจื. -
Variance is the expectation of the squared deviation of a series from its mean ({@fun ta.sma}), and it informally measures how far a set of numbers are spread out from their mean.
Variance is the expectation of the squared deviation of a series from its mean ({@fun ta.sma}), and it informally measures how far a set of numbers are spread out from their mean.
ืฉืื ืืช ืืื ืืฆืืคืืื ืืกืืืื ืืจืืืืข ืฉื ืกืืจื ืืืืืืฆืข ืฉืื( { @ fun ta.sma} ) , ืืืื ืืืืืช ืืืืคื ืื ืคืืจืืื ืขื ืืื ืงืืืฆื ืฉื ืืกืคืจืื ืืชืคืจืกืช ืืืืืืฆืข ืฉืืื. -
Variance of `source` for `length` bars back.
Variance of `source` for `length` bars back.
ืฉืื ืืช ืฉื `source` ืขืืืจ ืคืกื `length` ืืืืจื. -
Measure of difference between the series and it's {@fun ta.sma}
Measure of difference between the series and it's {@fun ta.sma}
ืืื ืืืืื ืืื ืืกืืจื ืืืื ืื {@fun ta.sma} -
Deviation of `source` for `length` bars back.
Deviation of `source` for `length` bars back.
ืกืืืื ืฉื `source` ืขืืืจ ืืจื`length` ืืืืจื. -
Percent rank of `source` for `length` bars back.
Percent rank of `source` for `length` bars back.
ืืืื ืืืจืื `source` ืขืืืจ ืคืกื `length` ืืืืจื. -
Exponential moving average of `source` with alpha = 1 / `length`.
Exponential moving average of `source` with alpha = 1 / `length`.
ืืืืฆืข ื ืข ืืขืจืืื ืฉื `source` ืขื ืืืคื = 1 / `length`. -
Relative strength index. It is calculated using the `ta.rma()` of upward and downward changes of `source` over the last `length` bars.
Relative strength index. It is calculated using the `ta.rma()` of upward and downward changes of `source` over the last `length` bars.
ืืื ืืืืง ืืืกื. ืื ืืืืฉื ืืืืฆืขืืช `ta.rma( ) ` ืฉื ืฉืื ืืืื ืืืคื ืืขืื ืืืื ืฉื `source` ืขื ืืจื ื`length` ืืืืจืื ืื. -
Correlation coefficient. Describes the degree to which two series tend to deviate from their {@fun ta.sma} values.
Correlation coefficient. Describes the degree to which two series tend to deviate from their {@fun ta.sma} values.
ืืงืื ืืชืืื. ืืชืืจ ืืช ืืืืื ืฉืื ืฉืชื ืกืืจืืช ื ืืืืช ืืกืืืช ืืขืจืื {@fun ta.sma} ืฉืืื.