Basic functions for indicators
BandTimeSeries.BandOscillator
[Values]→TimeSeries
Result: The BandOscillator
function returns the oscillator associated with a band (2-line multiline time series) and a value time series.
BandTimeSeries.BandWidth→TimeSeries
Result: The BandWidth
function provides the relative bandwidth of a band (2-line multiline time series). The reference point is the mean value between the upper and lower band.
Time series.TrueHigh→Time series
Result: The TrueHigh
function returns the true high of the predecessor from which close, high and low lines are requested.
Time series.TrueLow→Time series
Result: The TrueLow
function returns the true low of the predecessor from which close, high and low lines are requested.
Time series.TrueRange→Time series
Result: The TrueRange
function returns the true range of the predecessor from which close, high and low lines are requested.
MultilineTimeseries.TwolineOscillator→Timeseries
Result: The TwolineOscillator
function returns the difference between the two lines of a 2-line time series.
Time series.typeP→Time series
Result: The TypeP
function returns the typical price of the predecessor as the average value of its close, high and low lines.
Time series.ZcClose→Time series
Result: The ZcClose
function provides a specialization of the LineTypeGet
function to LineType:Default with consolidation Close.
Time series.ZcHigh→Time series
Result: The ZcHigh
function provides a specialization of the LineTypeGet
function to LineType:Default with consolidation High.
Time series.ZcLow→Time series
Result: The ZcLow
function provides a specialization of the LineTypeGet
function to LineType:Default with consolidation Low.
Time series.ZcOpen→Time series
Result: The ZcOpen
function provides a specialization of the LineTypeGet
function to LineType:Default with consolidation Open.
Time series.ZClose→Time series
Result: The ZClose
function provides a specialization of the LineTypeGet
function to LineType:Price or Volume with consolidation Close.
Time series.ZHigh→Time series
Result: The ZHigh
function provides a specialization of the LineTypeGet
function to LineType:Price or Volume with consolidation High.
Time series.ZLow→Time series
Result: The ZLow
function provides a specialization of the LineTypeGet
function to LineType:Price or Volume with consolidation Low.
Time series.ZOpen→Time series
Result: The ZOpen
function provides a specialization of the LineTypeGet
function to LineType:Price or Volume with consolidation Open.
Time series.ZVolume→Time series
Result: The ZVolume
function provides a specialization of the LineTypeGet
function to LineType:Price or Volume with consolidation Volume.