From b0dce13672e23d7acd8f6e9dc7c6c2ed6bbfc0c5 Mon Sep 17 00:00:00 2001 From: AvishaiW Date: Fri, 9 Mar 2018 11:01:19 +0200 Subject: [PATCH] BUG: removed get_open_orders from buy_low_sell_high --- catalyst/examples/buy_low_sell_high.py | 1 - 1 file changed, 1 deletion(-) diff --git a/catalyst/examples/buy_low_sell_high.py b/catalyst/examples/buy_low_sell_high.py index 075e2f71..ed5e211c 100644 --- a/catalyst/examples/buy_low_sell_high.py +++ b/catalyst/examples/buy_low_sell_high.py @@ -7,7 +7,6 @@ from catalyst.api import ( order_target_percent, symbol, record, - get_open_orders, ) from catalyst.exchange.utils.stats_utils import get_pretty_stats from catalyst.utils.run_algo import run_algorithm