mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-05 12:50:21 +08:00
18 lines
327 B
Python
18 lines
327 B
Python
|
|
from zipline.gens.feed import FeedGen
|
|
from zipline.gens.tradegen import SpecificEquityTrades
|
|
from zipline.gens.transform
|
|
|
|
|
|
|
|
|
|
def PreTransformLayer(sources):
|
|
"""A generator that takes a list of sources and runs their output
|
|
through a FeedGen."""
|
|
not_finished = len_
|
|
|
|
while not_finished:
|
|
|
|
|
|
|