TSLab API Docs  1
Класс TSLab.DataSource.BarUtils

Утилиты для работы со списками свечей Подробнее...

Открытые статические члены

static Interval GetInterval< T > (IList< T > bars, int maxBars=15)
 
static List< T > CompressTo< T > (IList< T > bars, Interval interval, int rtSkipSeconds)
 Compress from one interval to anover interval Подробнее...
 
static List< T > CompressTo< T > (IList< T > bars, Interval interval, Interval curInterval, double rtSkipSeconds=0, int shift=0, int adjustment=0, int asjShift=0)
 
static List< TK > Decompress< T, TK > (IList< T > orignalBars, Interval curInterval, IList< TK > bars, Interval interval, IList< T > compressedBars, DecompressMethod method)
 

Открытые атрибуты

const int ListSizeStep = 1000
 

Подробное описание

Утилиты для работы со списками свечей

Методы

static List<T> TSLab.DataSource.BarUtils.CompressTo< T > ( IList< T >  bars,
Interval  interval,
int  rtSkipSeconds 
)
static

Compress from one interval to anover interval

Параметры шаблона
Tthe bar type
Аргументы
barsincoming bars
intervalto interval
rtSkipSecondscalculate PotentionalOpen price from ticks with shift
Возвращает
Согласование типов
T :BaseBar