pipeline-live icon indicating copy to clipboard operation
pipeline-live copied to clipboard

'AverageDollarVolume' and 'SimpleMovingAverage' missing

Open spitzbubchen opened this issue 4 years ago • 0 comments

For from pipeline_live.data.alpaca.factors import SimpleMovingAverage, AverageDollarVolume

I get the following errors:

No name 'SimpleMovingAverage' in module 'pipeline_live.data.alpaca.factors'pylint(no-name-in-module)
No name 'AverageDollarVolume' in module 'pipeline_live.data.alpaca.factors'pylint(no-name-in-module)

spitzbubchen avatar Apr 30 '20 16:04 spitzbubchen