Update dual_vwap.py

This commit is contained in:
Victor
2017-12-11 15:18:07 -07:00
committed by GitHub
parent 4f8bf413bd
commit 1e00be4cf3
+8
View File
@@ -1,3 +1,11 @@
''' Catalyst currently does not support the Pipeline implementation
from Zipline, see Issue #96:
https://github.com/enigmampc/catalyst/issues/96
Until the above issue is resolved, this example is non-functional.
We are keeping this script here for when the issue is resolved
'''
#!/usr/bin/env python
#
# Copyright 2017 Enigma MPC, Inc.