Navigation: Function Reference > Stream Functions

Stream Functions

Top  Previous  Next

All of the TEStream methods are outlined in this section. All data in ScanExpert is stored in streams, whether it is the underlying price data (such as open, high, low, close, etc.) or the output of study formulas that are calculated either off of the underlying price data or from other streams. Typically these stream methods would be used within study formulas that you are creating, and they provide access to information about the current state of the stream .

 

TEStream.getValue()

TEStream.getTime()

TEStream.getDay()

TEStream.getDate()

TEStream.getMonth()

TEStream.getYear()

TEStream.offsetDaysAgo()

TEStream.absoluteHigh()

TEStream.absoluteLow()

TEStream.getBarState()

TEStream.getBarsInDay()

TEStream.getDirty()

TEStream.setDirty()

TEStream.isIntraday()

TEStream.getInterval()

TEStream.getNumBars()

TEStream.getSymbol()

Stream Utility Functions