From 4d6c0ca6991d8a0b5d835c4c791993c18ab3f4d9 Mon Sep 17 00:00:00 2001 From: Frederic Fortier Date: Sun, 20 Aug 2017 17:35:09 -0400 Subject: [PATCH] Using files for exchange connection and symbol map --- catalyst/examples/buy_the_dip_live.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/examples/buy_the_dip_live.py b/catalyst/examples/buy_the_dip_live.py index 30d81ea6..af8571aa 100644 --- a/catalyst/examples/buy_the_dip_live.py +++ b/catalyst/examples/buy_the_dip_live.py @@ -129,7 +129,7 @@ def handle_data(context, data): def analyze(context, stats): - log.info('the full stats:\n{}'.format(stats)) + log.info('the full stats:\n{}'.format(stats.head())) pass