TSLab API Docs  1
TSLab.Script.Helpers.Series Member List

This is the complete list of members for TSLab.Script.Helpers.Series, including all inherited members.

Add(IList< double > src1, IList< double > src2)TSLab.Script.Helpers.Seriesstatic
Add(IList< double > src1, IList< double > src2, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
Add(IList< int > src1, IList< int > src2)TSLab.Script.Helpers.Seriesstatic
Add(IList< int > src1, IList< int > src2, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
And(IList< bool > src1, IList< bool > src2)TSLab.Script.Helpers.Seriesstatic
And(IList< bool > src1, IList< bool > src2, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
AverageTrueRange(IReadOnlyList< IDataBar > candles, int start, int period, double prevAtr)TSLab.Script.Helpers.Seriesstatic
AverageTrueRange(IReadOnlyList< IDataBar > candles, int period)TSLab.Script.Helpers.Seriesstatic
AverageTrueRange(IReadOnlyList< IDataBar > candles, int period, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
BollingerBands(IList< double > closes, int period, double coef, bool isTopLine)TSLab.Script.Helpers.Seriesstatic
BollingerBands(IList< double > closes, int period, double coef, bool isTopLine, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
BollingerBands(IList< double > closes, IList< double > sma, int period, double coef, bool isTopLine)TSLab.Script.Helpers.Seriesstatic
BollingerBands(IList< double > closes, IList< double > sma, int period, double coef, bool isTopLine, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
CCI(IReadOnlyList< IDataBar > candles, int period)TSLab.Script.Helpers.Seriesstatic
CCI(IReadOnlyList< IDataBar > candles, int period, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
CuttlerRSI(IList< double > candles, int period)TSLab.Script.Helpers.Seriesstatic
CuttlerRSI(IList< double > candles, int period, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
EMA(IList< double > candles, int period)TSLab.Script.Helpers.Seriesstatic
EMA(IList< double > candles, int period, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
Highest(IList< double > candles, int period)TSLab.Script.Helpers.Seriesstatic
Highest(IList< double > candles, int period, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
Lowest(IList< double > candles, int period)TSLab.Script.Helpers.Seriesstatic
Lowest(IList< double > candles, int period, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
Max(IList< double > src1, IList< double > src2)TSLab.Script.Helpers.Seriesstatic
Max(IList< double > src1, IList< double > src2, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
MedianPrice(IReadOnlyList< IDataBar > candles)TSLab.Script.Helpers.Seriesstatic
MedianPrice(IReadOnlyList< IDataBar > candles, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
Min(IList< double > src1, IList< double > src2)TSLab.Script.Helpers.Seriesstatic
Min(IList< double > src1, IList< double > src2, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
Or(IList< bool > src1, IList< bool > src2)TSLab.Script.Helpers.Seriesstatic
Or(IList< bool > src1, IList< bool > src2, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
RSI(IList< double > candles, int period)TSLab.Script.Helpers.Seriesstatic
RSI(IList< double > candles, int period, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
Shift(IEnumerable< double > input, int shift)TSLab.Script.Helpers.Seriesstatic
Shift(IEnumerable< double > input, int shift, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
SMA(IList< double > candles, int period)TSLab.Script.Helpers.Seriesstatic
SMA(IList< double > candles, int period, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
SMMA(IList< double > candles, int period, int shift)TSLab.Script.Helpers.Seriesstatic
SMMA(IList< double > candles, int period, int shift, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
StDev(IList< double > candles, int period)TSLab.Script.Helpers.Seriesstatic
StDev(IList< double > candles, int period, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
Sub(IList< double > src1, IList< double > src2)TSLab.Script.Helpers.Seriesstatic
Sub(IList< double > src1, IList< double > src2, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
SummFor(IList< double > candles, int period)TSLab.Script.Helpers.Seriesstatic
SummFor(IList< double > candles, int period, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
TrueRange(IReadOnlyList< IDataBar > candles)TSLab.Script.Helpers.Seriesstatic
TrueRange(IReadOnlyList< IDataBar > candles, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
TypicalPrice(IReadOnlyList< IDataBar > candles)TSLab.Script.Helpers.Seriesstatic
TypicalPrice(IReadOnlyList< IDataBar > candles, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic
Volatility(IList< double > candles, int period)TSLab.Script.Helpers.Seriesstatic
Volatility(IList< double > candles, int period, IMemoryContext context) (defined in TSLab.Script.Helpers.Series)TSLab.Script.Helpers.Seriesstatic