alpacahq / pipeline-live

Pipeline Extension for Live Trading
https://pypi.org/project/pipeline-live/
Apache License 2.0
204 stars 56 forks source link

'AverageDollarVolume' and 'SimpleMovingAverage' missing #21

Open spitzbubchen opened 4 years ago

spitzbubchen commented 4 years ago

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)