From 1e00be4cf398c71e7c7fff1ed4761686b09a2de4 Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 11 Dec 2017 15:18:07 -0700 Subject: [PATCH] Update dual_vwap.py --- catalyst/examples/dual_vwap.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/catalyst/examples/dual_vwap.py b/catalyst/examples/dual_vwap.py index 52c1789d..7946c947 100644 --- a/catalyst/examples/dual_vwap.py +++ b/catalyst/examples/dual_vwap.py @@ -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.