Files
catalyst/zipline/gens/composites.py
T
2012-07-27 19:40:42 -04:00

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: