Merge branch 'exchange-trading' of github.com:enigmampc/catalyst into exchange-trading

This commit is contained in:
Victor Grau Serrat
2017-09-01 09:28:48 -06:00
4 changed files with 19 additions and 89 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ def initialize(context):
context.TARGET_POSITIONS = 5000
context.PROFIT_TARGET = 0.1
context.SLIPPAGE_ALLOWED = 0.02
context.SLIPPAGE_ALLOWED = 0.05
context.retry_check_open_orders = 10
context.retry_update_portfolio = 10